TableLayoutPanel1.SetRowSpan(TextBox1, 2)
TableLayoutPanel1.SetColumnSpan(TextBox1, 2)
Change Column and row position of a control in a tablelayoutpanel at runtime...TableLayoutPanel1.SetColumnSpan(TextBox1, 2)
TableLayoutPanel1.SetRow(TextBox1, 2)
TableLayoutPanel1.SetColumn(TextBox1, 2)
TableLayoutPanel1.SetColumn(TextBox1, 2)
No comments:
Post a Comment