MobileForms Toolkit Documentation

Cell.Draw Method 

Draws the cell.

protected internal virtual void Draw(
Graphics gr,
int xOffset,
int yOffset,
int gridWidth,
object data,
RowSpecificCellProperties rscp
);

Parameters

gr
Drawing surface
xOffset
offset of the row from left
yOffset
offset of the row from top
gridWidth
width of row
data
data to display
rscp

See Also

Cell Class | Resco.Controls.AdvancedList Namespace