bmelnychuk / AndroidTreeView

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

Ensure Visible #103

Open lurtzn opened 7 years ago

lurtzn commented 7 years ago

Hi,

i used this tree view to display about a lot of data. I only load the data into the Tree view that needs to be displayed. But sometimes i still have to display over 1000 nodes that are siblings. The problem is that i want to load the tree with a selected node that should be visible for the user. Therefor i need to scroll to the node. Is there some kinda of function to achieve that? If not, could you give me some hints where i should start, if i want to implement such a function?

Many thanks, Lutz

alierdogan7 commented 4 years ago

Refer to this answer please: https://github.com/bmelnychuk/AndroidTreeView/issues/152#issuecomment-614309243