How to control docking order in WinForms

前端 未结 8 943
独厮守ぢ
独厮守ぢ 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.

提交回复
热议问题