How can I have a Radio Group with 10 radio buttons divided into 2 columns and 5 rows?

3

How can this be done? I tried with table row , but this takes the properties of radio group .

I wanted it to look like this:

    
asked by anonymous 02.05.2015 / 15:27

2 answers

2

You get the RadioButtons and putting and copying them, with ctrl + c and ctrl + v, they will maintain the group and create a selection between them. When you want to get another group, go to the toolbox and get a new RadioButton, and repeat the procedure, it works for me.

    
02.05.2015 / 21:06
2

You can use a Panel or GroupBox to group the

02.05.2015 / 17:02