Hello,
I want to implement ctrl+click on tree nodes without clicking on "Ctrl" key of the keyboard. For example, I have an ultraTree composed of 3 nodes: node1, node2 and node3. "node1" is always selected. When I click on "node2" then on "node3", the 3 nodes are selected. When I select node2 for the second time, it becames unselected. Can I apply a command key on the ultraTree like "Ctrl+click" or do you have another idea?
Thanks in advance !
Hi Amal,
The same question is asked and answered here.
Thank you Mike !
It's ok !
Amal Turki
I have another question ! I want to personnalize the selection of the tree nodes depending on the appearance of the node. For example, if I use appeance1, the tree nodes are multiselected using a single clic on a mouse (like the behavior above). If I use appearance2, I have the default behavior(the tree nodes are multiselected using ctrl + clic). Is it possible to manage this using the method "ISelectionManager.SelectItem(ISelectableItem item, bool forceToggle)" ?