Treeview highlight node on form load

  • Thread starter Thread starter Carl Gilbert
  • Start date Start date
C

Carl Gilbert

Hi

I have a Treeview component on a form which when loaded selects a node
from the treeview.

The problem is that I can not get the node to remain highlighted.

The app is sucessfully selecting the node as the correct parent node
expands and when I click on the parent, the node that I set on the
load breifly highlights before the parent is highlighted.

Does anyone have any suggestions on how I could highlight the selected
node on load?

Kind regards, Carl Gilbert
 
* (e-mail address removed) (Carl Gilbert) scripsit:
I have a Treeview component on a form which when loaded selects a node
from the treeview.

The problem is that I can not get the node to remain highlighted.

The app is sucessfully selecting the node as the correct parent node
expands and when I click on the parent, the node that I set on the
load breifly highlights before the parent is highlighted.

Does anyone have any suggestions on how I could highlight the selected
node on load?

Are you sure the control's 'HideSelection' property is set to 'False'?
 
Back
Top