3
How is it possible to do this? I tried with table row
, but that takes away the properties of the radio group
.
I wanted it to stay that way:
3
How is it possible to do this? I tried with table row
, but that takes away the properties of the radio group
.
I wanted it to stay that way:
2
You can use a Panel
or GroupBox
to group the RadioButtons
.
Take an example:
2
Go get the RadioButtons
and by placing and copying them, with Ctrl+c and Ctrl+v, they will keep the group and create a selection among them. When you want to take another group, go to Toolbox and take a new Radiobutton, and repeat the procedure, it works with me.
Browser other questions tagged c# android xamarin
You are not signed in. Login or sign up in order to post.