MaterialScrollBar icon indicating copy to clipboard operation
MaterialScrollBar copied to clipboard

setScrollBarHidden(true) does not work

Open silent10 opened this issue 8 years ago • 3 comments

setScrollBarHidden(true) does not work and the scroll bar is still visibile.

silent10 avatar Sep 14 '17 05:09 silent10

Unable to replicate. Please provide more information about what flavor of bar you are using and the steps to reproduce.

turing-tech avatar Dec 31 '17 01:12 turing-tech

scrollbar and handle still visible. i want it visible or invisible condition based. setscrollBarHidden(true) stops the functionality but no effect on visibility.

behlsoft avatar Mar 21 '18 12:03 behlsoft

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.

behlsoft avatar Mar 21 '18 13:03 behlsoft