I have a FlowLayoutPanel
and several UserControl
s. Now I want one controll to be always at the bottom of my FlowLayoutPanel
. So I want to add my UserControl just above the lowest controll. Is there an easy way to insert user controls in a FlowLayoutPanel
?
I'm currently thinking about removing the control at the bottom, and adding the control I want to add and add the bottom control again. But this I do not think this is really the best way. Is there anyone here who could help me with some information on how to do this ?