diff --git a/src/Controls/docs/Microsoft.Maui.Controls/Grid.xml b/src/Controls/docs/Microsoft.Maui.Controls/Grid.xml index 5c9a252125d5..76e5a06fe73f 100644 --- a/src/Controls/docs/Microsoft.Maui.Controls/Grid.xml +++ b/src/Controls/docs/Microsoft.Maui.Controls/Grid.xml @@ -301,11 +301,8 @@ namespace FormsGallery System.Double - Provides the interface for the bound property that gets or sets the distance between columns in the Grid. - The space between columns in this layout. The default is 6. - - The property does not control spacing on the left and right edges of the layout. Application developers can control the spacing around the outside of the layout by setting the property of the visual element to which it belongs. - + Gets or sets the amount of space between columns in the Grid. This is a bindable property. + The space between columns in this layout. The default is 0. @@ -868,11 +865,8 @@ namespace FormsGallery System.Double - Gets or sets the amount of space left between rows in the Grid. This is a bindable property. - The space between rows - - The property does not control spacing on the top and bottom edges of the layout. Application developers can control the spacing around the outside of the layout by setting the property of the visual element to which it belongs. - + Gets or sets the amount of space between rows in the Grid. This is a bindable property. + The space between rows in this layout. The default is 0.