Cell bounds

I know how to tell if a cell is currently visible on the grid through the ViewLayout property of the grid, but I can''t find an easy way to determine the cell bounds. Surely there''s an easy way. Thanks.

1 Reply

AD Administrator Syncfusion Team January 14, 2005 01:11 PM UTC

Try using grid.RangeInfoToRectangle passing in a GridRangeInfo.Cell(row, col).

Loader.
Up arrow icon