Open silent10 opened 7 years ago
Unable to replicate. Please provide more information about what flavor of bar you are using and the steps to reproduce.
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.