AdaptiveGridView.ItemsPanel Property
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 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.