Open nilesh211 opened 8 years ago
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
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.