Hi there,
I have been playing around with the TreeView control and have come across a slight problem. When I have the Drag and Drop functionality enabled, including the Multiple Select, and then ontop of this I am using the Context Menu, I have found that when I right click one node, it is set to selected and the context menu is show, but when I then right click another node, it again sets it to selected and shows the context menu, but the previous node is still set to selected?
So my question is, is it possible to when the context menu is closed, it deselects the node? Or when a node is right-clicked, it checks all other nodes and de-selects them?
From a UI perspective, it would be misleading to have multiple nodes selected, and then a context menu shown. They might think that the context menu is relevant to all the nodes selected.
I have been playing around with the TreeView control and have come across a slight problem. When I have the Drag and Drop functionality enabled, including the Multiple Select, and then ontop of this I am using the Context Menu, I have found that when I right click one node, it is set to selected and the context menu is show, but when I then right click another node, it again sets it to selected and shows the context menu, but the previous node is still set to selected?
So my question is, is it possible to when the context menu is closed, it deselects the node? Or when a node is right-clicked, it checks all other nodes and de-selects them?
From a UI perspective, it would be misleading to have multiple nodes selected, and then a context menu shown. They might think that the context menu is relevant to all the nodes selected.