AvaloniaUI / Avalonia.Xaml.Behaviors

Port of Windows UWP Xaml Behaviors for Avalonia Xaml.
MIT License
390 stars 46 forks source link

Support MultiDataTrigger #61

Closed Takoooooo closed 3 years ago

Takoooooo commented 3 years ago

The current pack of behaviors is very nice, but i would like to have an analog of MultiDataTrigger from WPF. Is that possible?

wieslawsoltes commented 3 years ago

MultiDataTrigger is not an part of the behaviors package in WPF, it's part of core style triggers. The style triggers are not support right now by Avalonia.