Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 270 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 270 Bytes

A DefaultStyleKey will not be applied to a subclassed Microsoft control, in this case TreeView. It will be applied if you extend a lower class like Control or ContentControl.

However, if you add the style directly and explicitly in app.xaml, the style will be applied.