Category Archives: Xamarin Forms

InputTransparent vs IsEnabled in Xamarin Forms

One of the problems in Xamarin Forms is that it is not possible to setup the text colors of disabled elements (elements where IsEnabled property is set to false). However you do not need to set the IsEnabled property to disable it, there is an alternative property called InputTransparent. Setting InputTransparent to true (by default… Read More »