How to control docking order in WinForms

前端 未结 8 891
独厮守ぢ
独厮守ぢ 2020-12-25 09:20

As the title states, I\'m looking for a way to control the order in which the items dock to the top of my control.

I\'ve played with the windows form designer, and

相关标签:
8条回答
  • 2020-12-25 10:05

    A control has two methods to achieve what you are looking for: BringToFront and SendToBack.

    0 讨论(0)
  • 2020-12-25 10:11

    Use the FlowLayoutPanel it does exactly what you want.

    0 讨论(0)
提交回复
热议问题