Edit

Share via


AdaptiveGridView.ItemsPanel Property

Definition

Gets the template that defines the panel that controls the layout of items.

public Windows.UI.Xaml.Controls.ItemsPanelTemplate ItemsPanel { get; }
member this.ItemsPanel : Windows.UI.Xaml.Controls.ItemsPanelTemplate
Public ReadOnly Property ItemsPanel As ItemsPanelTemplate

Property Value

Windows.UI.Xaml.Controls.ItemsPanelTemplate

An ItemsPanelTemplate that defines the panel to use for the layout of the items. The default value for the ItemsControl is an ItemsPanelTemplate that specifies a StackPanel.

Remarks

This property overrides the base ItemsPanel to prevent changing it.

Applies to