MobileForms Toolkit Documentation

Cell.GetAutoHeight Method 

Returns the height when displaying the Row with autoheight feature enabled.

public virtual int GetAutoHeight(
Row r,
int index,
RowSpecificCellProperties preRscp
);

Parameters

r
Row with data.
index
Index of the cell.
preRscp

Return Value

Height that will be used to display cell.

See Also

Cell Class | Resco.Controls.AdvancedList Namespace