Page 1 of 1

Scrolling in multipage PDF

Posted: Wed Mar 20, 2013 7:35 pm
by betaTrial
Currently evaluating the GdPicture components, looks fine so far, we found an issue about scrolling through a multipage PDF in a natural way (that is: how the user would expect it).

The default behaviour when using the mouse wheel for scrolling seems to be:
scrollbar tracks down to the bottom until end of page, then a page break happens, then scrollbar position is again on top. It means that the feedback of the scrollbar is like being reduced to only one page, even if the PDF has many pages.

Which settings would I have to make, to get what the user would expect (position of scrollbar marker relative to the whole multipage document, not only to the first page)?

*is* there a group of settings or would I have to code my own viewer form, using a custom scrollbar fed by information from .getPageCount() ??
How would I trap the mousewheel events in this case?

thanks,
André

Re: Scrolling in multipage PDF

Posted: Wed Apr 24, 2013 6:19 pm
by pdftest
We are also evaluating the Document Viewer for PDF and we have the same questions.

Re: Scrolling in multipage PDF

Posted: Mon Apr 29, 2013 9:05 am
by betaTrial
FWIW I can answer on behalf of GDPicture: They told me that this feature is not implemented and not going to be implemented in the foreseeable future.
I had to create my own custom container to have the requested functionality.

Re: Scrolling in multipage PDF

Posted: Tue May 14, 2013 8:08 pm
by pdftest
Thanks for the info and I had to create also my own scroll bar to support this functionality.

Re: Scrolling in multipage PDF

Posted: Wed Feb 05, 2014 10:00 pm
by fecaleagle
I know this is an old thread, but I was wondering if anybody had a code sample to implement custom a custom scrollbar on a multipage pdf. We are loving the results so far with gdpicture, but the lack of multi-page scrollbars has been less than ideal in our initial testing.

Thanks!