benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Fix tree view item binding to attached property sometimes not working… #67

Closed benruehl closed 4 years ago

benruehl commented 4 years ago

The static initializer of TreeViewItemMouseOverExtension did not get triggered in some demo application. No idea why, but explicitly adding Path="..." fixed the issue in the application.

Fixes #66