This must be Treeview Day!
I'm using a Treeview in my project, and as each node is clicked, I fire an event showing various pieces of data related to the node in a frame on the form, by using the NodeClick event. The event also fires when a node is dropped onto another parent (as some of the date changes with the change of parent).
As long as the user uses the mouse to go from node to node, everything is fine. However, when the user moves from node to node using the keyboard arrow keys, the event does not fire. The highlight changes from node to node, but no event.
Can anyone tell me where to put the code to fire the event in this circumstance?
Thanks Much!
BobG
I'm using a Treeview in my project, and as each node is clicked, I fire an event showing various pieces of data related to the node in a frame on the form, by using the NodeClick event. The event also fires when a node is dropped onto another parent (as some of the date changes with the change of parent).
As long as the user uses the mouse to go from node to node, everything is fine. However, when the user moves from node to node using the keyboard arrow keys, the event does not fire. The highlight changes from node to node, but no event.
Can anyone tell me where to put the code to fire the event in this circumstance?
Thanks Much!
BobG