Carousel.

IsVirtualized Property

Summary

Gets or sets a value indicating whether the items in the carousel are virtualized.
Namespace
Avalonia.Controls
Containing Type
Carousel

Syntax

public bool IsVirtualized { get; set; }

Remarks

When the carousel is virtualized, only the active page is held in memory.

Value

Type Description
bool