Radiobuttons as a group in different panels

前端 未结 1 414
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-12 22:41

I\'m using C# to develop WindowsForms application. I have created a form with some panels. Each panel has a RadioButton. When I click

相关标签:
1条回答
  • 2021-01-12 23:25

    RadioButtons are automatically linked if they are inside the same parent. Since you want them to live in different containers you will have to link them manually.

    0 讨论(0)
提交回复
热议问题