diff --git a/xml/System.Windows.Forms/TableLayoutSettings.xml b/xml/System.Windows.Forms/TableLayoutSettings.xml index ed531bc25d5..41a8fda6041 100644 --- a/xml/System.Windows.Forms/TableLayoutSettings.xml +++ b/xml/System.Windows.Forms/TableLayoutSettings.xml @@ -91,7 +91,7 @@ property does not allocate the columns or any backing memory. This allocation occurs when the columns are created. + Setting the 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 . Setting this property causes the table to undergo another layout operation. @@ -434,7 +434,7 @@ property does not allocate the rows or any backing memory. This allocation occurs when the rows are created. + Setting the 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 . Setting this property causes the table to undergo another layout operation.