WinForms RadioButtonList doesn't exist?

后端 未结 3 1715
滥情空心
滥情空心 2020-11-27 22:49

I know that WebForms has a RadioButtonList control, but I can\'t find one for WinForms. What I need is to have 3 RadioButtons grouped

3条回答
  •  情深已故
    2020-11-27 23:14

    Apparently not.

    You can group three RadioButtons together using a GroupBox or a Panel as is done here.

提交回复
热议问题