28 Haziran 2016 Salı

TableLayoutPanel Sınıfı

Giriş
Panelleri tablo şeklinde kullanabilmemizi sağlar.

Constructor
Şöyle yaparız.
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
ColumnCount Alanı
Şöyle yaparız.
this.tableLayoutPanel1.ColumnCount = 3;
ColumnStyles Alanı
Şöyle yaparız.
this.tableLayoutPanel1.ColumnStyles.Add(
new System.Windows.Forms.ColumnStyle(
 system.Windows.Forms.SizeType.Percent, 33.34334F));

Hiç yorum yok:

Yorum Gönder