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.
When I scroll on my GDBG, a "gap" appears at the bottom and at the left of the client area.
How can I remove these gaps?
Thanks!!
Attachment: Example
WindowsApplication1_379.zip
ADAdministrator Syncfusion Team March 10, 2004 09:29 AM UTC
In 1.6.1.8, our grids do not support pixel scrolling. This means that the leftmost column and topmost row must be fully visible. And it is this requirement that leads to these gaps. In 1.6.1.8, there is no general soltion to this problem. You can try to perfectly size the client area to fit the visible columns/rows, or size the visible columns/rows to fit the client are, but both techniques are problematic if you give your users any sizing functionality at all..
In 2.0, our grids do support pixel scrolling, so this problem will go away in the next release.