Class
GridViewCellsPanel

Panel that lays out both cells and column headers. This stacks cells in the horizontal direction and communicates with the relevant GridViewColumn to ensure all rows give cells in a given column the same size.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewCellsPanel : Panel

Inheritance: objectGridViewCellsPanel

Derived Classes: CommonColumnHeadersPanelTreeListCellsPanel

Constructors

GridViewCellsPanel()

Declaration

cs-api-definition
public GridViewCellsPanel()

Properties

ParentDataGrid

Gets the parent data grid.

Declaration

cs-api-definition
protected GridViewDataControl ParentDataGrid { get; }

Property Value

GridViewDataControl

The parent data grid.

Methods

ArrangeOverride(Size)

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

Returns

Size

BringIndexIntoView(int)

Determines the position of the child and sets the horizontal offset appropriately.

Declaration

cs-api-definition
protected virtual void BringIndexIntoView(int index)

Parameters

index

int

Specify the item index that should become visible.

Exceptions

ArgumentOutOfRangeException

Thrown if index is out of range.

MarkForRecycleCellsOfHiddenColumns(int, int)

Marks for recycle the cells of hidden columns.

Declaration

cs-api-definition
protected void MarkForRecycleCellsOfHiddenColumns(int effectiveLeftMostIndex, int effectiveRightMostIndex)

Parameters

effectiveLeftMostIndex

int

effectiveRightMostIndex

int

MarkForRecycleLeftCellsNotInViewPort(int)

Marks for recycle the cells on the left side of the view port.

Declaration

cs-api-definition
protected void MarkForRecycleLeftCellsNotInViewPort(int frozenColumnAwareLeftMostIndex)

Parameters

frozenColumnAwareLeftMostIndex

int

MarkForRecycleRightCellsNotInViewPort(int)

Marks for recycle the cells on the right side of the view port.

Declaration

cs-api-definition
protected void MarkForRecycleRightCellsNotInViewPort(int rightMostColumnIndex)

Parameters

rightMostColumnIndex

int

MeasureOverride(Size)

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

Returns

Size