Is it possible to modify the horizontal scrolling so that it does not simply Snap to the next full viewable section? I'd expect it to scroll with the mouse movement, allowing for partial columns to be viewed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the late reply.
You are right, I know what you mean, the default horizontal scrolling behavior may appear a bit odd.
You might want to have a look at the widget's xscrollincrement option. I have been using something like xscrollincrement=5 for smooth horizontal scrolling.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to modify the horizontal scrolling so that it does not simply Snap to the next full viewable section? I'd expect it to scroll with the mouse movement, allowing for partial columns to be viewed.
Sorry for the late reply.
You are right, I know what you mean, the default horizontal scrolling behavior may appear a bit odd.
You might want to have a look at the widget's xscrollincrement option. I have been using something like xscrollincrement=5 for smooth horizontal scrolling.