PDF4QT
PDF4QT copied to clipboard
smooth scrolling of document with mouse middle wheel - flywheel
Hello @JakubMelka
After implementation of auto scroll by you in my last issue I have next idea to make the viewer better for user.
One of my next original ideas was that awaiting behavior of the mouse middle button wheeling will smoothly scroll the screen with the document. Now, when user is scrolling screen canvas with middle mouse wheel, the behavior of scrolling is jumping about big space interval.
More comfortable for tired user eyes should be smooth scroll. Something like implementation of flywheel.
I have no experience how this implement (i am newbie) but I like this idea. :-)
It is nice and very inspirative to see your work! Thank you.
Hello @tomasmark79 , it is limited by the redraw time of the widget. Please could you provide sample PDF, where it occurs?
Hello,
i have no doubt you know what I mean. For compare the behavior we can imagine scrolling the website via mouse wheel. The scrolling is smooth and has dynamic movement. While this one is jumping quite bit while rolling mouse wheel. I understand that it is the feature of used GUI components. The same jumping I have with C++ IDE code::blocks which is build on WxWidgets and I have no problem with this. It was only idea and question if it is implementable. :-) Thanks.