I\'m using C# to develop WindowsForms application. I have created a form with some panels. Each panel has a RadioButton. When I click
C#
WindowsForms
RadioButton
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.