LinearItemsLayout.Horizontal 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 horizontal linear items layout.
public: static initonly Microsoft::Maui::Controls::IItemsLayout ^ Horizontal;
public static readonly Microsoft.Maui.Controls.IItemsLayout Horizontal;
staticval mutable Horizontal : Microsoft.Maui.Controls.IItemsLayout
Public Shared ReadOnly Horizontal As IItemsLayout
Field Value
A LinearItemsLayout configured for horizontal scrolling.