Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4032
How setup single node selection in UltraTree
posted

I'm using Version 9.1.20091.1000.

My UltraTree is in VieStyle=Standard and is unbound (I have manually defined the nodes).

I like to setup the tree that users can select just one node in the tree. How achieve this simple task?

I have found some advises like:

tree.Override.SelectionType = Single

tree.Nodes.Override.SelectionType = Single

tree.NodeLevelOverrides.SelectionType = Single

I have all set to 'Single', but I still can select multiple nodes (all Type of nodes, regardless if they have childrens or not).

Thanks for any help. Markus