How do I group Windows Form radio buttons?

前端 未结 9 1652
鱼传尺愫
鱼传尺愫 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 12:06

    GroupBox is better.But not only group box, even you can use Panels (System.Windows.Forms.Panel).

    • That is very usefully when you are designing Internet Protocol version 4 setting dialog.(Check it with your pc(windows),then you can understand the behavior)

提交回复
热议问题