日期:2014-05-18 浏览次数:20845 次
this.tableLayoutPanel1.RowCount++; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, this.tableLayoutPanel1.Height/this.tableLayoutPanel1.RowCount)); Button btn = new Button(); btn.Visible = true; this.tableLayoutPanel1.Controls.Add(btn, 0, this.tableLayoutPanel1.RowCount - 1);