Change TextColor & Use Command on IsEnabled in Button in Xamarin
问题 I'm using IsEnabled on Button in Xamarin App and there is 2 things I can't do. Change the TextColor when the IsEnabled = false , but I can change the BackgroundColor . The solution is to use the Custom Entry and there is great article for that => https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/custom-renderer/entry But it only works with: public class MyEntry : Entry { } and the code behind my Page is: public class MyEntry : ContentPage { } and also I can't use