I’m trying to attach multiple Behaviors to an UIElement (which, just judging from the the name of the Behaviors class should work). However, I can’t find any documentation on the MSDN regarding this topic. Anybody who can help?
I’m trying to attach multiple Behaviors to an UIElement (which, just judging from the
Share
Behaviorsis a collection you can arbitrarily add to it:In code you first have to get the collection, then you can add to it, you do not set the
Behaviorsproperty itself.