How to keep highlighting the selected node when TreeViewAdv loses focus
1 Oct 2018 / 1 minute to read
We can set HideSelection property to false, to ensure that the node remains selected even when the TreeViewAdv control does not have focus.
this.treeViewAdv1.HideSelection = false;
Me.treeViewAdv1.HideSelection = False
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page