Can't grow the size of the bottom row

In a grid that has more rows than can fit on the screen, there doesn't seem to be a way to grow the size of the bottom row through the UI. Am I missing something?

3 Replies

AD Administrator Syncfusion Team July 11, 2003 02:59 PM UTC

This does seem to be a problem. We will look into handling it. For now, I guess you have to do it in three steps: 1) size a rowsmaller above the last row 2) size the last row 3) resize the row from (1)uld size the last row.


AD Administrator Syncfusion Team July 11, 2003 04:40 PM UTC

The GridResizeCellsBehavior.AllowDragOutside flag will allow you to drag the last line beyond the grid boundaries. Apply it to ResizeColsBehavior and/or ResizeRowsBehavior Stefan


AD Administrator Syncfusion Team July 11, 2003 11:20 PM UTC

Thanks Stefan.

Loader.
Up arrow icon