Highlighting in the TreeView

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

Hi!

In my treeView it seems possible to Select a Node
via SelectedNove, because the treeView is scrolling
to that position (althoug it's not in the middle)
But it isn't hightligthing it as if i would click
it with the mouse.
how do i do this ?

thanks for help,
nick
 
Make sure that the treeview has focus or you wont see the selection
Or set the HideSelection property to false so that you will always see it

/claes
 
Back
Top