AD
Administrator
Syncfusion Team
May 3, 2004 12:18 PM UTC
Try
int width = grid.ColWidths.GetTotal(0, grid.Cols.FrozenCount) + grid.ColWidths.GetTotal(grid.LeftColIndex, grid.Viewlayout.LastVisibleCol);
There are similar propeties/methods for RowHeights.
AD
Administrator
Syncfusion Team
May 3, 2004 12:21 PM UTC
Thanks Clay. That did it.
Pete Davis
>Try
>
>int width = grid.ColWidths.GetTotal(0, grid.Cols.FrozenCount) + grid.ColWidths.GetTotal(grid.LeftColIndex, grid.Viewlayout.LastVisibleCol);
>
>
>There are similar propeties/methods for RowHeights.