Android Question how to create RadioGroup for RadioButtons on a scrollview

cwt

Active Member
Licensed User
Longtime User
Hello,

I have added multiple sets of RadioButtons to a ScrollView - this works fine except the radio buttons are not grouped (5 different sets of 2 or more radio buttons per set) so they are not working as different groups but act as a single group.

How can I dynamically group these radio buttons in code before I add them to the ScrollView?

I am new to using B4A so please forgive my lack of knowledge.
 
Top