ItemsControlItemsPanel Property

Gets or sets the panel used to display the items.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public ITemplate<Panel?> ItemsPanel { get; set; }

Property Value

ITemplatePanel

See Also