AndroidTreeView
AndroidTreeView copied to clipboard
How to enable addOnScrollListener
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.
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