-1

I'm trying to add RadioButtons to a FlowLayoutPanel and while at design time they are correctly disposed horizontally, the moment I run the program they get stacked vertically and a scrollbar appears.

The FlowLayoutPanel properties are all default but the fact that it's docked at the top of the form.

des
  • 67
  • 1
  • 8

1 Answers1

-1

I found the problem.

I had function that set all FlowLayoutPanels as TopDown, and this one was also set as TopDown at creation.

des
  • 67
  • 1
  • 8