field
CrossLayout.ExpandToGrid
Makes the cross axis size of "Expanded" elements as well as "Auto" spacing more uniform, so the remaining overflow items better align to implicit grid cells.
Declaration
public bool ExpandToGrid;
Remarks
If the configured minimum size of a given "Expanded" child is larger than the configured minimum size of one or more "Expanded" siblings, the child will span
across multiple grid cells.
Does not impact the size of elements not set to Expand along the cross axis.