Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a Listview in which there are ListviewGroups having two ListviewItems each (in two rows). I want that in each group only one item should be selected. ie if one item is selected the other gets deselected. I tried by allowing mulitselect property but its not working, is there any way to put group based restrictions in Listview?

Thanks in advance.
Posted

1 solution

Hello

Try to write code for it. I think it's not too hard. After selecting each item, iterive all items in it's group and deselect them except the selected item.
MultiSelect Property must be allowed too.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900