New to Telerik UI for WPFStart a free 30-day trial

Provides a framework for Panel elements that virtualize their child data collection. This is an abstract class.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public abstract class GridViewBaseVirtualizingPanel : Panel

Inheritance: objectGridViewBaseVirtualizingPanel

Derived Classes: GridViewVirtualizingPanel

Constructors

Initializes a new instance of the GridViewBaseVirtualizingPanel class.

C#
protected GridViewBaseVirtualizingPanel()

Properties

Gets a value that identifies the ItemContainerGenerator for this GridViewBaseVirtualizingPanel.

C#
public IContainerGenerator ItemContainerGenerator { get; }

Methods

When implemented in a derived class, generates the item at the specified index location and makes it visible.

C#
protected virtual void BringIndexIntoView(int index)
Parameters:indexint