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.
Hello,
I have been encountering a bug in horizontal scrolling. Whats happening is that when scrolling horizontally a page at a time, a number of columns are skipped. This seems to especially happen when the column widths vary from the default.
You can see a demonstration of this effect by bringing up the VirtualGrid sample and scrolling horizontally. With the columns unchanged from their initial configuration, horizontal scrolling is sometimes ambitious and skips a partial column. Increase the widths of a few columns, and horizonal scrolling begins skipping multiple columns for each page scroll.
This column skipping can be very disconcerting for our users. Is there a fix or workaround for this bug?
- Damien Morton
ADAdministrator Syncfusion Team May 12, 2004 03:45 PM
I tried to see this problem in these samples:
Grid\Samples\Quick Start\VirtualGrid
Grid\Samples\Quick Start\VirtualGridTutorial
in version 2.0.5.1 and could not see any thing. These samples have pixel scrolling set to false so they scroll the whole column on the left as one init of scrolling. Are you using pixel scrolling?
Exactly how do I see this problem in these samples?