RowHeights

How do I change RowHeights of multiple rows or all the rows of a grid?

1 Reply

AD Administrator Syncfusion Team June 10, 2004 01:57 PM UTC

To set all heights, you can set the grid.DefaultRowHeight property. To set the heights of a range of rows, you can use the grid.Model.RowHeights.SetRange method. There are several overloads of this method to handle different requirements.

Loader.
Up arrow icon