- Posts: 1
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Scrollbar feature
IP: 192.168.0.70
12 years 6 months ago #3787
by gary
Scrollbar feature was created by gary
Hi all,
Is there a built-in way to add a Scrollbar to a PDF viewer?
If not, is there someone that has a snippet to implement that feature?
Regards,
Gary
Is there a built-in way to add a Scrollbar to a PDF viewer?
If not, is there someone that has a snippet to implement that feature?
Regards,
Gary
IP: 192.168.0.71
11 years 2 months ago #8292
by manfcas
Replied by manfcas on topic Scrollbar feature
Hi,
no response in more than a year...has someone implemented this feature in some way?
Thanks in advance
no response in more than a year...has someone implemented this feature in some way?
Thanks in advance
- Backelite42
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
10 years 6 months ago #9520
by Backelite42
Replied by Backelite42 on topic Scrollbar feature
Hi,
Is there any news about this scrollbar ? Is it supported ? Is there a simple way to implement it ourselves?
Thanks
Is there any news about this scrollbar ? Is it supported ? Is there a simple way to implement it ourselves?
Thanks
10 years 6 months ago #9521
by goldkyo
Replied by goldkyo on topic Scrollbar feature
Hi, for this requirement, you can easily implement the scrollar with an Android SeekBar. Just set the maximum value of the SeekBar with document page count (Document.GetPageCount()), invoke PDFReader.gotoPage(int) method when user is drgging the SeekBar and progress value is changed.
Time to create page: 0.398 seconds