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

Posted on

Question :

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:

    

Answer :

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.

    

You can use a Panel or GroupBox to group the

Leave a Reply

Your email address will not be published. Required fields are marked *