I have an issue with the horizontal scrolling. Dragging the scrollbar or clicking the arrow buttons work fine if I don't freeze any columns. The moment I've frozen the first 2 columns the following starts to happen:
- I begin dragging the scrollbar until its center reaches about 1/3 of the grid's width (let's name this position A)but nothing is scrolling yet!
- I continue dragging and for the next approx 50 pixels (the whole grid is 830 pixels wide) all the unfrozen columns scroll at high speed until only the last column is visible (let's call this position B)
- I drag from B all to the right and obviously nothing happens
- I now begin dragging back from the far right towards position B - nothing happens; when I reach back to position A ALL the unfrozen rows JUMP in their original position like they should look when the scroll bar is all the way to the left
- I drag from A all the way to the left and obviously nothing happens
What I think that should happen is that the scrolling should be happening smoother, on all the width of the dragging, not only on those 50 pixels. And when you drag back from right to left the columns should scroll one at the time, not jump back at once.
- I begin dragging the scrollbar until its center reaches about 1/3 of the grid's width (let's name this position A)but nothing is scrolling yet!
- I continue dragging and for the next approx 50 pixels (the whole grid is 830 pixels wide) all the unfrozen columns scroll at high speed until only the last column is visible (let's call this position B)
- I drag from B all to the right and obviously nothing happens
- I now begin dragging back from the far right towards position B - nothing happens; when I reach back to position A ALL the unfrozen rows JUMP in their original position like they should look when the scroll bar is all the way to the left
- I drag from A all the way to the left and obviously nothing happens
What I think that should happen is that the scrolling should be happening smoother, on all the width of the dragging, not only on those 50 pixels. And when you drag back from right to left the columns should scroll one at the time, not jump back at once.