Description I was trying to create a FlowLayoutPanel that can be extended, for instance in the horizontal way.
FlowLayoutPanel and its sub component anchor has been set to Top-Left-Right
FlowLayoutPanel direction has been set to TopDown.
-> When rezising the FlowLayoutPanel, its sub- components are not resized accordinally.
Step to reproduce
Create a FlowLayoutPanel control on your form.
Set the FlowDirection of the FlowLayoutPanel to TopDown.
Create a Button controls, and place it in the FlowLayoutPanel control.
Select the Button and the FlowLayoutPanel and set their Anchor to Top-Left-Right
Try to Extend FlowLayoutPanel on the horizontal way.
-> FlowLayoutPanel is resized but not the Button