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
scrollbar and handle still visible. i want it visible or invisible condition based. setscrollBarHidden(true) stops the functionality but no effect on visibility.
I did go through your code in commit and found that you can make your 'handleTrack' and 'handleThumb' public or make getter setter for that so that we can make it visible or invisible accordingly. You did this when you need to hide scrollbar and thumb if items are less.
setScrollBarHidden(true) does not work and the scroll bar is still visibile.
The text was updated successfully, but these errors were encountered: