MobileForms Toolkit Documentation

Cell.CalculateBounds Method 

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

protected internal virtual Rectangle CalculateBounds(
int xOffset,
int yOffset,
ListItem item,
int gridWidth,
ItemSpecificCellProperties preRscp
);

Parameters

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

Return Value

rectangle with actual bounds

See Also

Cell Class | Resco.Controls.AdvancedComboBox Namespace