Reputation: 10473
Silverlight TreeView doesnt have KeepSelected method as in Winforms.
When TreeView loses focus - the selection isnt visible however the items is still selected..
I'd like to preserve selection visual even if TreeView lost its focus.
Anyone tryied to work around this?
Upvotes: 0
Views: 48
Reputation: 1668
You can write a custom style or template for the treeview node, so that it would display the color of selected item as per your choice even when it is out of focus.
Upvotes: 1