ColumnSpacing docs incorrect #15115
Labels
area-layout
StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter
fixed-in-8.0.0-preview.6.8686
Look for this fix in 8.0.0-preview.6.8686!
t/bug
Something isn't working
t/docs 📝
Milestone
Description
The docs mention that the default columnspacing of a grid is 6.
maui/src/Controls/docs/Microsoft.Maui.Controls/Grid.xml
Line 305 in f54222a
Meanwhile the actual default is 0, it had a default of 6 in Xamarin.
Default 0 in MAUI, the second value here is the default of the bindable property.
maui/src/Controls/src/Core/Layout/Grid.cs
Line 40 in f54222a
Default of 6 in Xamarin
https://github.com/xamarin/Xamarin.Forms/blob/d68e84f6ea4d1c97b63aeaa9d2780c3bee3a4f59/Xamarin.Forms.Core/Grid.cs#L23
When updating the docs maybe also update the summary as currently it differs from the RowSpacing
ColumnSpacing:
maui/src/Controls/docs/Microsoft.Maui.Controls/Grid.xml
Line 304 in f54222a
RowSpacing:
maui/src/Controls/docs/Microsoft.Maui.Controls/Grid.xml
Line 871 in f54222a
The text was updated successfully, but these errors were encountered: