BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
me.grid.Model.RowHeights(someRowIndex) = 40
So if you are trying to call grid.Model.RowHeights.ResizeToFit somewhere, you could then afterwards explicitly reset the height of some rows, but I do not know of a good way to decide what rows need to be resized and by how much.
>me.grid.Model.RowHeights(someRowIndex) = 40
>
>
>So if you are trying to call grid.Model.RowHeights.ResizeToFit somewhere, you could then afterwards explicitly reset the height of some rows, but I do not know of a good way to decide what rows need to be resized and by how much.