Skip to content

Commit df4d974

Browse files
authored
Update TableLayoutSettings.xml (#4813)
1 parent bb4295b commit df4d974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Windows.Forms/TableLayoutSettings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<format type="text/markdown"><![CDATA[
9292
9393
## Remarks
94-
Setting the <xref:System.Windows.Forms.TableLayoutSettings.ColumnCount%2A> property does not allocate the columns or any backing memory. This allocation occurs when the columns are created.
94+
Setting the <xref:System.Windows.Forms.TableLayoutSettings.ColumnCount%2A> property does not create columns or allocate any backing memory. Memory allocation occurs when the columns are created, so you can set this property to <xref:System.Int32.MaxValue>.
9595
9696
Setting this property causes the table to undergo another layout operation.
9797
@@ -434,7 +434,7 @@
434434
<format type="text/markdown"><![CDATA[
435435
436436
## Remarks
437-
Setting the <xref:System.Windows.Forms.TableLayoutSettings.RowCount%2A> property does not allocate the rows or any backing memory. This allocation occurs when the rows are created.
437+
Setting the <xref:System.Windows.Forms.TableLayoutSettings.RowCount%2A> property does not create rows or allocate any backing memory. Memory allocation occurs when the rows are created, so you can set this property to <xref:System.Int32.MaxValue>.
438438
439439
Setting this property causes the table to undergo another layout operation.
440440

0 commit comments

Comments
 (0)