You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fabulous does not natively let us extend an element with Xamarin.Forms.Behaviors.
The only way, today, is to get access to the underlying Xamarin.Forms control through created and set the behavior directly there.
It would be nice to have a better integration for this.
Fabulous does not natively let us extend an element with
Xamarin.Forms.Behavior
s.The only way, today, is to get access to the underlying Xamarin.Forms control through
created
and set the behavior directly there.It would be nice to have a better integration for this.
Use case
See #827 (comment) for an example.
Proposal
The text was updated successfully, but these errors were encountered: