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.