create a list view where the list of items are displayed in the form of radio buttons

0
Can we create a list view where the list of items are displayed in the form of radio buttons?If yes,how?
asked
1 answers
3

You can use listview-stylingless class to remove the default styling of a listview. Then you can create your custom classes to make the items in the listview look like you need them to look.

answered