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
Hello, I would like to request the addition of a method in the FastScroller class that allows developers to determine if the fast scroll is currently being displayed. This feature would be helpful in various scenarios where the visibility status of the fast scroll might be needed to adapt the UI or handle specific user interactions.
Suggested implementation:
Please consider adding a method, such as isFastScrollVisible, to the FastScroller class that returns a boolean value indicating whether the fast scroll is currently being displayed or not.
This enhancement would provide valuable information about the fast scroll's visibility status and enable developers to make more informed decisions when designing their application's user experience.
Thank you for considering this feature request, and I appreciate your work on this library.
The text was updated successfully, but these errors were encountered:
Hello, I would like to request the addition of a method in the
FastScroller
class that allows developers to determine if the fast scroll is currently being displayed. This feature would be helpful in various scenarios where the visibility status of the fast scroll might be needed to adapt the UI or handle specific user interactions.Suggested implementation:
Please consider adding a method, such as
isFastScrollVisible
, to theFastScroller
class that returns a boolean value indicating whether the fast scroll is currently being displayed or not.This enhancement would provide valuable information about the fast scroll's visibility status and enable developers to make more informed decisions when designing their application's user experience.
Thank you for considering this feature request, and I appreciate your work on this library.
The text was updated successfully, but these errors were encountered: