This commit is contained in:
zeromus 2012-09-16 18:44:58 +00:00
parent 52b7886f1c
commit 7fc348446d
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
this.tableLayoutPanel1.SetColumnSpan(this.listBox1, 2); this.tableLayoutPanel1.SetColumnSpan(this.listBox1, 2);
this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox1.FormattingEnabled = true; this.listBox1.FormattingEnabled = true;
this.listBox1.IntegralHeight = false;
this.listBox1.Location = new System.Drawing.Point(3, 3); this.listBox1.Location = new System.Drawing.Point(3, 3);
this.listBox1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); this.listBox1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
this.listBox1.Name = "listBox1"; this.listBox1.Name = "listBox1";