How do I group Windows Form radio buttons?

前端 未结 9 1659
鱼传尺愫
鱼传尺愫 2020-11-27 11:33

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.

9条回答
  •  借酒劲吻你
    2020-11-27 11:56

    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.

提交回复
热议问题