Aspose.GridWeb scroll issue

We are big fans of your GridWeb component but lately some users experimented weird behaviours with freeze panes and scroll bars.

For instance the first 3 columns and the first row are freezed. For most users the vertical scroll bar keeps the first 3 columns and the last 3 columns at the same time, which is the expected result. But for some users scrolling the vertical bar will shift only the last 3 columns...

Column1 Column2 Column3 Column4 Column5 Column6
Row1
Row2
Row3
Row4
Row5
Row6
Row7

Have you ever faced this problem? Could it be navigator specific?

Thanks in advance

Hi,

I have tested your scenario a bit but could not find the issue. Following is my test code:
WebWorksheet sheet = GridWeb1.WebWorksheets[0];
sheet.FreezePanes(1, 3, 1, 3);

Please try our latest version downloading and installing the Aspose.Cells for .NET package v4.8.1(from the site) and get the latest component (dll file) i.e Aspose.Cells.GridWeb.

If you still find the issue, kindly create a sample project to show the issue, we will check it soon.

Thank you.