StructuredItemsView.ItemsLayout プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビュー内の項目を配置するために使用するレイアウト戦略を取得または設定します。
public:
property Microsoft::Maui::Controls::IItemsLayout ^ ItemsLayout { Microsoft::Maui::Controls::IItemsLayout ^ get(); void set(Microsoft::Maui::Controls::IItemsLayout ^ value); };
public Microsoft.Maui.Controls.IItemsLayout ItemsLayout { get; set; }
member this.ItemsLayout : Microsoft.Maui.Controls.IItemsLayout with get, set
Public Property ItemsLayout As IItemsLayout
プロパティ値
項目の配置方法を定義する IItemsLayout 。 既定値は垂直 LinearItemsLayoutです。
注釈
単一行または単一列のレイアウトには LinearItemsLayout を使用し、複数列のグリッドには GridItemsLayout を使用します。 レイアウトによって、スクロールの方向と、項目が互いに相対的にどのように配置されるかが決まります。