How can I group the radio buttons in Windows Form application (a lot like ASP.NET's radiobuttonlist!)?
So I can switch between each case chosen from the options.
Put all radio buttons for a group in a container object like a Panel or a GroupBox. That will automatically group them together in Windows Forms.
Panel
GroupBox
2.1m questions
2.1m answers
60 comments
57.0k users