microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
701 stars 112 forks source link

Custom Behaviors Documentation #226

Open ObsidianSwan opened 2 years ago

ObsidianSwan commented 2 years ago

Can you please add some documentation on how to create custom Behaviors? I am surprised I can't find any official docs online on how to do it. Custom behaviors are super useful - I would like to be able to share about them to my team.

michael-hawker commented 2 years ago

@ObsidianSwan I know it doesn't supplant documentation, but we do have a number of custom behaviors in the Windows Community Toolkit here which would be good examples of various levels of customizations. (I'd ignore our custom BehaviorBase though, as I think we can remove it now that some original issues have been resolved in the base SDK.)