控制 SplitContainer 是横向分割窗体还是纵向分割窗口是由 SplitContainer 的 Orientation 属性决定的。

this.splitContainer1.Orientation=Orientation.Horizontal;

this.splitContainer1.Orientation = Orientation.Vertical;

相关文章:

  • 2021-07-26
  • 2022-12-23
  • 2021-10-17
  • 2021-09-08
  • 2022-12-23
  • 2021-07-29
  • 2022-02-01
  • 2022-12-23
猜你喜欢
  • 2021-11-05
  • 2022-12-23
  • 2021-06-20
  • 2021-12-04
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
相关资源
相似解决方案