ExpandableListView在android中滚动

时间:2013-05-31 13:36:48

标签: android scroll expandablelistview

我在android中使用了一个可扩展的listview。我的布局有一个exapndablelistview现在问题用下面的3张图片解释。

第一张图片:

This is my first image that i get when the activity starts. It shows all the parents in the listview

第二张图片:

Now when i expand my parent view and the child view is shown it shows from the middle of the child views. Like i have 10 children in one parent then i shall the childview from 5th child and not the first child (I am getting all 10 children) that is below the parent. I have to scroll above to view the first child and parent of that child.

第三张图片:

In this image i had to scroll above to view the parent and the first child below the parent.

我在活动开始时获得的第一张图片。它显示了listview中的所有父母

在第二张图像中,当我展开父视图并显示子视图时,它会从子视图的中间显示。就像我在一个父母中有10个孩子一样,那么我将从第5个孩子而不是第一个孩子(我得到所有10个孩子)看到父母以下的孩子。我必须在上面滚动才能查看该孩子的第一个孩子和父母。

在第3张图片中,我必须向上滚动才能查看父母和父母下面的第一个孩子。

我的问题是如何从扩展后的父级显示扩展的列表视图,然后显示其子级而不是从子级中间?

0 个答案:

没有答案