BP124: Don't set the VerticalOptions and HorizontalOptions properties of a layout unless required
The default values of LayoutOptions.Fill and LayoutOptions.FillAndExpand allow for the best layout optimization. Changing these properties has a cost and consumes memory, even when setting them to the default values.