Closed aZyreTech closed 4 years ago
Hi,
Use the smoothScrollToPosition(pos) function to scroll to the position you want to scroll.
Like
expandableListView.smoothScrollToPosition(<position>);
In your case
expandableListView.smoothScrollToPosition(0);
Hope this may help you, Feel free to ask
thanks
I am trying to expand all groups initially and i am getting that. But the problem is when my all groups are expanded focus goes to last item. I want to expand all groups with first item focusable. How to do that ?