Skip to content Skip to sidebar Skip to footer

Override Conversion Errors When Creating Custom Button Renderer

I am trying to override the default behavior of the Android button renderer in Xamarin Forms. I have leveraged (not stolen;) the source code from https://docs.microsoft.com/en-us/x

Solution 1:

Button exists in both Android.Widget and Xamarin.Forms. You need to specify which namespace you mean to use


Post a Comment for "Override Conversion Errors When Creating Custom Button Renderer"