Summary
Gets or sets a value indicating whether the items in the carousel are virtualized.
- Namespace
- Avalonia
.Controls .Presenters - Containing Type
- CarouselPresenter
Syntax
public bool IsVirtualized { get; set; }
Remarks
When the carousel is virtualized, only the active page is held in memory.
Value
Type | Description |
---|---|
bool |