ItemsPanel Property
Gets or sets a template which creates the Panel used to display the items.
Definition
Namespace: Avalonia.Controls.Presenters
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public ITemplate<Panel?> ItemsPanel { get; set; }
Public Property ItemsPanel As ITemplate(Of Panel)
Get
Set
member ItemsPanel : ITemplate<Panel> with get, set