I am having a peculiar problem with the order in which FlowLayoutPanels are added in to the form\'s controls property. This is what I tried,
I added
I know this is quite an old question, but...
You might want to use SetChildIndex. e.g. this.Controls.SetChildIndex(button1, 0);
SetChildIndex
this.Controls.SetChildIndex(button1, 0);