We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Making Rows and Cols fit Visible area of Grid

I know this talked about a lot however, Ive spent 30 mins looking. Making Rows and Cols fit Visible area of Grid Is there any easy way to resize cols and rows to fit area.. or.. how can I get at the width of the colheader and row header and their heights as well. Thanks

2 Replies

AD Administrator Syncfusion Team January 21, 2004 07:41 PM UTC

Try the code suggested in this forum thread. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=9616 To get row heights and column withd, try grid.Model.RowHeights[rowIndex] and grid.Model.ColWidths[colIndex].


AD Administrator Syncfusion Team January 21, 2004 08:44 PM UTC

Thats the Ticket. Thanks Clay!

Loader.
Up arrow icon