Ok here is the situation in detail.
Single form with multiple items on it, 4 of which are panls that contain radio butons. Each panel loads it's radio buttons from a list of items in a sql database table.
This is the easy part.
Hard part is this. The panels are not ll in a row on the form so i can't just put the into a single group box yet I want them all to behave as one.
Is there a way that I can programtically tell this windows form that all these radio buttons belong to the same group and while they are seperated by (sub groups i.e. panels) only one option can be selected among the four panels.
Please help I have tried many google searches with no results.
Single form with multiple items on it, 4 of which are panls that contain radio butons. Each panel loads it's radio buttons from a list of items in a sql database table.
This is the easy part.
Hard part is this. The panels are not ll in a row on the form so i can't just put the into a single group box yet I want them all to behave as one.
Is there a way that I can programtically tell this windows form that all these radio buttons belong to the same group and while they are seperated by (sub groups i.e. panels) only one option can be selected among the four panels.
Please help I have tried many google searches with no results.
Comment