.NET2.0WinForms系列(四)怎样使用TableLayoutPanel FlowLayoutPanel

  1. use
    1  private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
    2  private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;

  2. Click events

     tableLayoutPanel1.CellBorderStyle = TableLayoutPanelCellBorderStyle.Outset;

     flowLayoutPanel1.FlowDirection = FlowDirection.TopDown;

posted @ 2007-11-27 16:27 许晓光 阅读(1494) 评论(0) 编辑 收藏