Back to Devexpress

AccordionControl.AllowVirtualization Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-bb283cee.md

latest1.7 KB
Original Source

AccordionControl.AllowVirtualization Property

Gets or sets a value indicating whether virtualization is enabled for vertical scrolling. This is a dependency property.

Namespace : DevExpress.Xpf.Accordion

Assembly : DevExpress.Xpf.Accordion.v25.2.dll

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public bool AllowVirtualization { get; set; }
vb
Public Property AllowVirtualization As Boolean

Property Value

TypeDescription
Boolean

true, to enable virtualization; otherwise, false.

|

Remarks

Use the AllowVirtualization property to speed up the performance of an AccordionControl displaying a large number of items.

When the AllowVirtualization property is set to true , the AccordionControl only renders accordion items that are currently visible.

Note

Virtualization is not supported in the AccordionViewMode.NavigationPane view mode.

See Also

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace