Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Using an SfButton derived control when loaded cause this binding error:

'IsInAccessibleTree' property not found on 'UI.CustomControls.CustomButton', target property: 'Syncfusion.XForms.Buttons.TouchEffect.IsInAccessibleTree'

'Name' property not found on 'UI.CustomControls.CustomButton', target property: 'Syncfusion.XForms.Buttons.TouchEffect.Name'


Here you can find a sample project with the smallest implementation of the custom button.
Just run for see the error in output window.

Note: for the tracking of binding error I've used following row in App.OnInitialized method.

Xamarin.Forms.Internals.Log.Listeners.Add(new Xamarin.Forms.Internals.DelegateLogListener((arg1, arg2) => System.Diagnostics.Debug.WriteLine(arg2)));