Click or drag to resize
ItemsControlItemsPanel Property
Gets or sets the template that defines the panel that controls the layout of items.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ItemsPanelTemplate ItemsPanel { get; set; }

Property Value

Type: ItemsPanelTemplate
See Also