Defines the different virtualization modes of the RadSlideView.
Definition
Namespace:Telerik.Maui.Controls.SlideView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum VirtualizationMode
Fields
Creation and preparation of views is delayed until an item gets near the viewport.
C#
LoadOnDemand = 1
No virtualization is performed for the views of the RadSlideView.
C#
None = 0