AndroidTreeView icon indicating copy to clipboard operation
AndroidTreeView copied to clipboard

How to enable addOnScrollListener

Open nilesh211 opened this issue 9 years ago • 1 comments

Well i wish to implemente addOnScrollListener in your library so that on scroll i could hide some floating buttons. Can you guide me regarding this.

nilesh211 avatar Mar 09 '16 05:03 nilesh211

In AndroidTreeView class there is line view = use2dScroll ? new TwoDScrollView(newContext) : new ScrollView(newContext); TwoDScrollView is also my custom class. I think you can add listeners there, or create your custom ScrollView with listeners

bmelnychuk avatar Mar 16 '16 08:03 bmelnychuk