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.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewCellsPanel : Panel
Constructors
GridViewCellsPanel()
Declaration
public GridViewCellsPanel()
Properties
ParentDataGrid
Gets the parent data grid.
Declaration
protected GridViewDataControl ParentDataGrid { get; }
Property Value
GridViewDataControl
The parent data grid. |
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
BringIndexIntoView(Int32)
Determines the position of the child and sets the horizontal offset appropriately.
Declaration
protected virtual void BringIndexIntoView(int index)
Parameters
System.Int32
index
Specify the item index that should become visible. |
Exceptions
System.ArgumentOutOfRangeException
Thrown if index is out of range. |
MarkForRecycleCellsOfHiddenColumns(Int32, Int32)
Marks for recycle the cells of hidden columns.
Declaration
protected void MarkForRecycleCellsOfHiddenColumns(int effectiveLeftMostIndex, int effectiveRightMostIndex)
Parameters
System.Int32
effectiveLeftMostIndex
|
System.Int32
effectiveRightMostIndex
|
MarkForRecycleLeftCellsNotInViewPort(Int32)
Marks for recycle the cells on the left side of the view port.
Declaration
protected void MarkForRecycleLeftCellsNotInViewPort(int frozenColumnAwareLeftMostIndex)
Parameters
System.Int32
frozenColumnAwareLeftMostIndex
|
MarkForRecycleRightCellsNotInViewPort(Int32)
Marks for recycle the cells on the right side of the view port.
Declaration
protected void MarkForRecycleRightCellsNotInViewPort(int rightMostColumnIndex)
Parameters
System.Int32
rightMostColumnIndex
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|