T
Tim Rogers
Is there a way to allow selection of multiple nodes in a TreeView control?
I suppose I might want two ways to select multiple nodes: 1) with a mouse
drag, highlighting multiple nodes 2) Using a combination of Ctrl and Shift
key presses to select multiple nodes (like in Windows Explorer). For what
it's worth, I'm only concerned with selecting multiple sibling nodes (i.e.
groups of nodes under a single parent node).
I don't see anything in the TreeView API that would appear me to select
multiple nodes. Is this possible? If so, any suggestions on how to
implement would be much appreciated.
Thanks,
Tim Rogers
I suppose I might want two ways to select multiple nodes: 1) with a mouse
drag, highlighting multiple nodes 2) Using a combination of Ctrl and Shift
key presses to select multiple nodes (like in Windows Explorer). For what
it's worth, I'm only concerned with selecting multiple sibling nodes (i.e.
groups of nodes under a single parent node).
I don't see anything in the TreeView API that would appear me to select
multiple nodes. Is this possible? If so, any suggestions on how to
implement would be much appreciated.
Thanks,
Tim Rogers