MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
14.82k stars 3.4k forks source link

Transitioner: Short-circuit SelectionChanged event when not originating from Transitioner #3619

Open nicolaihenriksen opened 2 days ago

nicolaihenriksen commented 2 days ago

Potentially fixes #3268

Effectively short-circuits the SelectionChanged event from bubbling up from the Transitioner when the original source of the event is not the Transitioner itself. Please consider if you see any negative side-effects to this; I could not really see any, but I would like your input on that as well.