A
A_PK
Hi,
I need to show particular treeview node detailed infomations based on the
node that user has clicked.
Bascially, the user can expand the treeview, and right click the node to
show a content menu, and user will choose the menu item to perform show
task.
I am using Mouse Down event now....but not sure can use After select or
not....
Using Mouse Down, I am able to let user right or left click and show the
menu. and perform particular task based on user choices. But when i first
click the Treeview, there would be error cos Mouse Down event fire before
Treeview has selected the item. so when I fire the Mouse Down, then my
Treeview is not selected, so I can not get the Treeview item that I
want.....pls help me.
If I use the after select, then how can I show the Right click menu ?
pls help....
How can I get the Treeview selected node that I want when I use Mouse
Down......?
I need to show particular treeview node detailed infomations based on the
node that user has clicked.
Bascially, the user can expand the treeview, and right click the node to
show a content menu, and user will choose the menu item to perform show
task.
I am using Mouse Down event now....but not sure can use After select or
not....
Using Mouse Down, I am able to let user right or left click and show the
menu. and perform particular task based on user choices. But when i first
click the Treeview, there would be error cos Mouse Down event fire before
Treeview has selected the item. so when I fire the Mouse Down, then my
Treeview is not selected, so I can not get the Treeview item that I
want.....pls help me.
If I use the after select, then how can I show the Right click menu ?
pls help....
How can I get the Treeview selected node that I want when I use Mouse
Down......?