bmelnychuk / AndroidTreeView

AndroidTreeView. TreeView implementation for android
Apache License 2.0
3k stars 620 forks source link

How to enable addOnScrollListener #61

Open nilesh211 opened 8 years ago

nilesh211 commented 8 years ago

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.

bmelnychuk commented 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