PdfViewPager
PdfViewPager copied to clipboard
Get Item Info in the vertical scrolling
I am trying to perform a programmatically scrolling based on a ratio of document length to visible area. You can see the implementation of this method here.
But the ItemInfo class and the methods related to the scrolling are private in the VerticalViewPager class.
Please, provide an implementation of this method or change the scope of these methods to protected.
Thanks.