Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I have a tree view within a list box.
The feature I want is for only selections among a particular parent. So if I'm selecting children within Parent A, I can only choose parent A stuff. If I'm selecting stuff within Parent B, I can only choose parent B stuff
Example:
A
1
2
B
3
4
So I can only choose 1, 2, or both 1 and 2. Or 3,4 or both 3,4.
Thanks for anyone who can help!
Hello,
though You can select 1,2,3,4in a list box all together but if you want only one selction at a time then choose any one value and then in properties check "Alwys one selcted value" then u will be able to selct only 1 value at a time.
Hope this helps!!
Hi,
Thank yo for your reply!
No, that's not what im saying. Let me try to be more clear
Example:
A
1
2
B
3
4
In this example, the list box would be displayed as above.
The possible combinations I should get are (1) (1,2), (2), (3), (3,4), (4)
Your one selection thing would not work in this case because then
I'm only allowed to choose within a set of (1)(2)(3)(4)