RP
Ramesh Praveen
Syncfusion Team
July 11, 2003 10:40 AM UTC
To select nodes from code you should do this:
TreeVireAdv.SelectedNodes.AddRange(some nodes);
In order for this to work the TreeViewAdv.MultipleNodeSelection must be set to true.
The results might not be visible if the Tree hasn`t got focus. To fix this you should set the HideSelection property to false.
Regards,
Praveen