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 hide the columns in the grid. When I hide columns the extra space comes at the end of grid. So between last column and vertical scrollbar some space remains.
How to remove this space?
Umangi
ADAdministrator Syncfusion Team July 15, 2004 07:22 AM
What do you want to do with the space?
Do you want one of your columns to grow a little to occupy it? If so, check out this forum thread. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=9616
Or, do you want the grid to get smaller? If so, you would need to adjust grid.Bounds using similar calculations as in the above thread.