LinearItemsLayout.Vertical Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a default vertical linear items layout.
public: static initonly Microsoft::Maui::Controls::IItemsLayout ^ Vertical;
public static readonly Microsoft.Maui.Controls.IItemsLayout Vertical;
staticval mutable Vertical : Microsoft.Maui.Controls.IItemsLayout
Public Shared ReadOnly Vertical As IItemsLayout
Field Value
A LinearItemsLayout configured for vertical scrolling.