Version

RenderCell(Column,Collection<CellBase>,Double,Boolean,Collection<CellBase>,Boolean) Method

Syntax
'Declaration
 
Protected Overloads Overridable Function RenderCell( _
   ByVal column As Column, _
   ByVal starColumns As Collection(Of CellBase), _
   ByRef maxHeight As Double, _
   ByVal insert As Boolean, _
   ByVal visibleCells As Collection(Of CellBase), _
   ByVal isInfinite As Boolean _
) As Double
protected virtual double RenderCell( 
   Column column,
   Collection<CellBase> starColumns,
   ref double maxHeight,
   bool insert,
   Collection<CellBase> visibleCells,
   bool isInfinite
)

Parameters

column
The Infragistics.Controls.Grids.Column
starColumns
A list of cells that have a width of type star.
maxHeight
The height of the largest cell, if the cell's height that is being rendered is larger, maxHeight should be adjusted.
insert
Whether or not the cell should be added, or inserted at the first position of the specified visible cells.
visibleCells
The collection of cells that rendered cell should be added to.
isInfinite
Lets the method know if the available width is infinite.

Return Value

The width that that Infragistics.Controls.Grids.CellBase is consuming.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also