Gets or sets the template that defines the panel that controls the layout of items. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public ItemsPanelTemplate ItemsPanel { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property ItemsPanel As ItemsPanelTemplate

See Also