开发者

HorizontalScrollView shrinks GridView to small line

开发者 https://www.devze.com 2022-12-22 02:37 出处:网络
When I put a HorizontalScrollView around a GridView, the GridView gets compressed into a small column on the left. The Gridview\'s vertical scrollbar even appears on the left. The HorizontalScrollView

When I put a HorizontalScrollView around a GridView, the GridView gets compressed into a small column on the left. The Gridview's vertical scrollbar even appears on the left. The HorizontalScrollView's width is set to fill_parent and the GridView is also fill_parent. I don't know why this is happening.

I tried setting the GridView's visibility to GONE and VISIBILE like someone recommended but it doesn't do anything. However if fastScroll is enabled on the GridView, then dragging the fast scroll tab vertically开发者_开发知识库 causes the GridView to expand horizontally and it keeps expanding past the last column.


I understand now why this cannot be done. There should be a way to force the GridView to load all horizontal items and allow horizontal scrolling.

The better choice would be for them to implement some kind of DataGrid control. Most people are under the impression that GridView like a DataGrid.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号