xamarin-forms-to-net-maui icon indicating copy to clipboard operation
xamarin-forms-to-net-maui copied to clipboard

This repository is a compilation with documentation, examples and tips when converting code from Xamarin.Forms to .NET MAUI.

Results 2 xamarin-forms-to-net-maui issues
Sort by recently updated
recently updated
newest added

I'm unable to clone your repo: ``` > git clone https://github.com/jsuarezruiz/xamarin-forms-to-net-maui.git Cloning into 'xamarin-forms-to-net-maui'... remote: Enumerating objects: 1087, done. remote: Counting objects: 100% (1/1), done. remote: Total 1087 (delta 0),...

Can you add a sample of customising existing maui control like entry with bindable property I would like to know about both two ways like 1. Having MyEntry class inhereting...