MobileForms Toolkit Documentation

AdvancedList.GetCellBounds Method 

Get the drawing bounds of the given cell and row.

public Rectangle GetCellBounds(
int rowIndex,
int cellIndex
);

Parameters

rowIndex
Index of the row.
cellIndex
Index of the cell in the current RowTemplate, or -1 to get the row bounds.

Return Value

Rectangle containing cell/row bounds relative to AdvancedList control.

Remarks

If the cellIndex is -1, drawing bounds of the Row specified by the rowIndex. Otherwise drawing bounds of the cellIndex-th cell of the current row template for the given row are returned. If the given row/cell is not visible, Empty is returned.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace