Fixed Logic

This commit is contained in:
Rich 2014-10-16 11:53:21 +00:00
parent 3e953c5c21
commit 7fb9a2e31f

View File

@ -3882,7 +3882,7 @@ namespace Volian.Controls.Library
maxRow = curRow; // +1; maxRow = curRow; // +1;
curRow = 0; curRow = 0;
curCol = 0; curCol = 0;
if (maxcol == 0) maxCol = dicCols.Count; if (maxCol == 0) maxCol = dicCols.Count;
// The resulting Table Grid size in rows and columns // The resulting Table Grid size in rows and columns
this.Cols.Count = maxCol + 1; this.Cols.Count = maxCol + 1;
this.Rows.Count = maxRow + 1; this.Rows.Count = maxRow + 1;