You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: