MobileForms Toolkit Documentation

Cell.CalculateBounds Method 

Calculates the current bounds of cell, in the row rectangle.

protected internal virtual Rectangle CalculateBounds(
int xOffset,
int yOffset,
Row row,
int gridWidth,
RowSpecificCellProperties preRscp
);

Parameters

xOffset
offset of row from left
yOffset
offset of row from top
row
gridWidth
width of row
preRscp

Return Value

rectangle with actual bounds

See Also

Cell Class | Resco.Controls.AdvancedList Namespace