xamarin-forms-to-net-maui
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.
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...