D
davebrennan1975
I have a WinForms application that displays multiple choice questions
(the choices are actually radio buttons with Appearance=Button).
Depending on the question, I may have 3, 4, or 5 choices to display.
I'm using a panel as a container for the choices. Since the form needs
to is resizable, I need to keep the spacing between the buttons equal
as the form width changes. I know this can be done with anchoring and
perhaps using some sub-panels, but I just can't get the exact
combination right. Any suggestions? Thanks.
-Dave
(the choices are actually radio buttons with Appearance=Button).
Depending on the question, I may have 3, 4, or 5 choices to display.
I'm using a panel as a container for the choices. Since the form needs
to is resizable, I need to keep the spacing between the buttons equal
as the form width changes. I know this can be done with anchoring and
perhaps using some sub-panels, but I just can't get the exact
combination right. Any suggestions? Thanks.
-Dave