|
-
Apr 22nd, 2002, 10:27 PM
#1
Thread Starter
New Member
Tree View Question ?
Dear All,
I want to know how we could set the active node in the tree view control.
my problem , i have 2 contols, list view and tree view, if i click item in list view, i want the item/node int tree view is activated node by program not by clicking the node.
could you help my problem?
thanks very much
-
Apr 22nd, 2002, 10:35 PM
#2
Hyperactive Member
Use
VB Code:
tvwTreeView.SelectedItem = ' node u want to select
-
Apr 22nd, 2002, 11:48 PM
#3
Thread Starter
New Member
but the cursor is not in selected item. what that i want is the cursor if we change into this control is in the selected item we declare with program,
could u help me?
please
-
Apr 22nd, 2002, 11:57 PM
#4
Hyperactive Member
it should, if u give the node correctly.
I am not clear what u want to do.
-
Apr 23rd, 2002, 12:07 AM
#5
Make sure HideSelection is unchecked in the properties if you want to see when the control doesn't have focus.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|