microsoft / XamlBehaviors

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

Behaviors cannot be attached to a Transform #135

Closed SuperJMN closed 6 years ago

SuperJMN commented 6 years ago

Nor can they be attached to anything that is not FrameworkElement.

In my case, I was using the MultiBindingBehavior from Cimbalino Tookit by @PedroLamas, that uses Behaviors to achieve the effect of a classic MultiBinding.

BTW: I need something like a MultiBinding: x:Bind with functions doesn't work for me as I'm inside a DataTemplate with x:Key. Any solution?

Thanks in advance!

SuperJMN commented 6 years ago

Ooops, I have just seen that they can be attached to any DependencyObject. Sorry! The problem is the Cimbalino Toolkit :)