多个可展开列表视图不可滚动

时间:2012-08-17 21:29:30

标签: android scrollview expandablelistview

我的应用程序出了问题。 在循环中,我动态创建一个ExpandableListView。现在我想让我的屏幕可滚动。 但是当我在我的布局上放置Scrollview时,屏幕将无法滚动,可扩展列表视图非常小。我该如何解决这个问题?


不,我必须使用ExpandableListViews滚动屏幕。

当我有更多的客户或我打开手机时,屏幕将变小,所以我必须滚动,但它不会工作。 谢谢Mark

我的屏幕如下:

+-------------------------------------+
|                                     |
|  Customer 1:                        |
|  +-------------------------------+  |
|  |                               +  |
|  |    ExpandableListView 1       +  |
|  |                               +  |
|  +-------------------------------+  |
|                                     |
|                                     |
|  Customer 2:                        |
|  +-------------------------------+  |
|  |                               +  |
|  |    ExpandableListView 2       +  |
|  |                               +  |
|  +-------------------------------+  |
|                                     |
|                                     |
|  Customer 3:                        |
|  +-------------------------------+  |
|  |                               +  |
|  |    ExpandableListView 3       +  |
|  |                               +  |
|  +-------------------------------+  |
|                                     |
|                                     |
|                                     |
+-------------------------------------+

1 个答案:

答案 0 :(得分:0)

我不能说没有看到代码,但听起来你的列表项视图足够小,不需要滚动浏览。 FWIW您不需要ListViewExpandableListView的滚动视图,因为它们都会自行滚动。