Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Highlight treeview 2

Status
Not open for further replies.

Denaeghel

Programmer
Apr 23, 2001
61
BE
How can I highlight a node in a treeview without clicking?
 
Hi Denaeghel,
You can certainly highlight a node in treeview programmatically. what u have to do is to set the *selected property* of that particular node in the treeview as *true*
and set the focus to the treeview and u have yr highlighted node.

Hope this solves yr problem

if u have any furhter query u can get back to me

bye
Sachin Srivastava
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top