开发者

how can i have a gridview with independent scrolling columns

开发者 https://www.devze.com 2023-03-26 19:59 出处:网络
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 inde

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

精彩评论

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