MobileForms Toolkit Documentation

RowTemplate.Draw Method 

Draws the Row on given offset with given maximal width.

protected internal virtual void Draw(
Graphics gr,
int xOffset,
int yOffset,
Row row,
int width,
int height
);

Parameters

gr
Graphics to draw.
xOffset
Offset from the left.
yOffset
Offset from the top.
row
Row with the data to display.
width
Width of the control.
height

See Also

RowTemplate Class | Resco.Controls.AdvancedList Namespace