The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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].
ADAdministrator Syncfusion Team January 21, 2004 08:44 PM UTC