J
Jon Gross
I am trying to detect when a user clicks a tree node. In
evb and vb6 we had a NodeClick event that gave an index....
I have seen posts that use the afterselect event. That
code has trouble when you want to click on the node that
is already selected.
I have seen posts in the dotnet.framework that use the
cursor position and the bounds of the node. But those
methose do not seem to be supported in the CF.
Is all I want to do is tell when a user clicks on tree
node. That has to be close to the most basic function of
the tree view.
Please reply with a code sample.
Thanks
evb and vb6 we had a NodeClick event that gave an index....
I have seen posts that use the afterselect event. That
code has trouble when you want to click on the node that
is already selected.
I have seen posts in the dotnet.framework that use the
cursor position and the bounds of the node. But those
methose do not seem to be supported in the CF.
Is all I want to do is tell when a user clicks on tree
node. That has to be close to the most basic function of
the tree view.
Please reply with a code sample.
Thanks