Boppity Bop
Boppity Bop

Reputation: 10473

Silverlight TreeView KeepSelected .. How?

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

Answers (1)

Nitin Joshi
Nitin Joshi

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

Related Questions