Version

RenderRow(RowBase,Double) Method

Creates a control for the row, and adds it as child of the panel.
Syntax
'Declaration
 
Protected Overridable Function RenderRow( _
   ByVal row As RowBase, _
   ByVal availableWidth As Double _
) As Size
protected virtual Size RenderRow( 
   RowBase row,
   double availableWidth
)

Parameters

row
The row which is now in View.
availableWidth
The amount of width the row has to work with.
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