microsoft / XamlBehaviors

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

Suggestion: Support WinUI 3 Previews #189

Closed TroelsL closed 4 years ago

TroelsL commented 4 years ago

Would it be possible to create a prelease package with support for WinUI 3 / .NET 5?

I'm dying to use this package in my WinUI 3 project, but am currently unable.

azchohfi commented 4 years ago

We do have that (only for managed): https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.WinUI.Managed/

TroelsL commented 4 years ago

Wow. That was quick :)

I have no idea how I missed that preview package. My apologies. It appears to work like a charm, though I just realized I was actually looking for something akin to WPFs InputBindings, and that I can't extend the EventTriggerBehavior since it is sealed.