c# 如何用SplitContainer将From分割成上下两部分 即纵向分割窗口
摘要:
控制 SplitContainer 是横向分割窗体还是纵向分割窗口是由 SplitContainer 的 Orientation 属性决定的。this.splitContainer1.Orientation=Orientation.Horizontal;this.splitContainer1.Orientation = Orientation.Vertical; 阅读全文
posted @ 2012-04-13 10:51 悟生慧 阅读(14809) 评论(0) 推荐(1) 编辑