Gets or sets a value indicating whether the looping panel will virtualize the creation of its items or not.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool IsVirtualizing { get; set; }
Visual Basic
Public Property IsVirtualizing As Boolean
	Get
	Set
XAML Attribute Usage
<object IsVirtualizing="bool" .../>

Remarks

It is recommended to set this property to true when there are more than 50 items. Setting this property to true can make the gestures less smooth.

See Also