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
395
Multi select with ultrawin tree in property grid format
posted

Hey!

I have ultrawintree in property grid format. I want to enable multiselct i.e I can select multiple rows at a given time in the tree. I used following :-

 Me.uTree.Override.SelectionType = SelectType.ExtendedAutoDrag
 Me.uTree.SelectionBehavior = SelectionBehavior.ExtendedAcrossCollections
 Me.uTree.HideSelection = False

This does not help me to do multiselect. Please let me know if I am missing anything. Your help is greatly appreciated.

Thank you!