initialize Height in SetUp() to fix cell height problem when creating new tables (grids)
This commit is contained in:
parent
9e53d7d073
commit
5f13d04559
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user