开发者

how can i have a gridview with independent scrolling columns

I made a gridview that consists of imageviews. Data is gathered with base adapter that parses xml.

Gridview has 3 columns. And i want that each colum开发者_StackOverflow中文版n can be scrollable independently. How can i achieve this?


You can potentially use three ListViews (or three ScrollView + vertical LinearLayout) in a horizontal LinearLayout to achieve this effect. GridView offers a single scrolling surface.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜