initialize Height in SetUp() to fix cell height problem when creating new tables (grids)

This commit is contained in:
John Jenko 2009-07-10 12:24:56 +00:00
parent 9e53d7d073
commit 5f13d04559

View File

@ -316,6 +316,7 @@ namespace Volian.Controls.Library
private void SetUp()
{
this.Height = 10; // initialize the height to 10, the default height was too big for the cells in grid tables
BorderStyle = System.Windows.Forms.BorderStyle.None;
this.ScrollBars = RichTextBoxScrollBars.None;
this.DetectUrls = true;