Skip to main content
deleted 4 characters in body
Source Link

if you just need to highlight selected node when it treeview goes out of focus then just use treeView.HideSelection = false;

Actually by default thisthe selected node is highlighted but not visible so we just need to make HideSelection property to false.

if you just need to highlight selected node when it treeview goes out of focus then just use treeView.HideSelection = false;

Actually by default this selected node is highlighted but not visible so we just need to make HideSelection property to false.

if you just need to highlight selected node when treeview goes out of focus then just use treeView.HideSelection = false;

Actually by default the selected node is highlighted but not visible so we just need to make HideSelection property to false.

Source Link

if you just need to highlight selected node when it treeview goes out of focus then just use treeView.HideSelection = false;

Actually by default this selected node is highlighted but not visible so we just need to make HideSelection property to false.