VirtualizingPanel.GetIsContainerVirtualizable(DependencyObject) Method

Definition

Gets the value of the IsContainerVirtualizable property.

public:
 static bool GetIsContainerVirtualizable(System::Windows::DependencyObject ^ element);
public static bool GetIsContainerVirtualizable (System.Windows.DependencyObject element);
static member GetIsContainerVirtualizable : System.Windows.DependencyObject -> bool
Public Shared Function GetIsContainerVirtualizable (element As DependencyObject) As Boolean

Parameters

element
DependencyObject

The element to get the IsContainerVirtualizable attached property from.

Returns

true if the VirtualizingPanel should virtualize an item; otherwise, false.

Remarks

The default is of the IsContainerVirtualizable attached property true.

Applies to