Toggle side menu
Toggle side menu
Home
Documentation
API
ItemsControl
.
ItemsPanel
Property
Summary
Gets or sets the panel used to display the items.
Namespace
Avalonia
.Controls
Containing Type
ItemsControl
Syntax
public ITemplate<IPanel> ItemsPanel { get; set; }
Value
Type
Description
ITemplate
<
IPanel
>