c# - longlist selector allows multiple selection of radiobuttons -
I have a LongListSelector that has a radio button in its datatappletlet (for which groupname property is set).
Now when I select 1 redbootton, then the parallel 32 th radio button is selected, when I select the second parallel 33.
How to solve it?
This is happening in the listlist selector which was due to virtualization.
The first attempt has been made, I just make a list for the items of LLS
Therefore, you need to maintain a property in View MODEL and it is connected to the radio's Ischaked Build in the property.
Comments
Post a Comment