开发者

Scrolling ListView Horizontally and Vertically Both In Android [duplicate]

This question already has 开发者_Python百科answers here: Closed 10 years ago.

Possible Duplicate:

Horizontal ListView in Android?

I am creating a listView by inflating a xml file,,I want my list to be scrolled Horizontal as well as Vertically my content are hiding in left part of screen.

Can someone tell me how to scroll a list horizontally.??

Updated

I can use HorizontalScrollView But it will scroll horizontally.I want both scrollbar to be enable


Instead of using ListView use Gallery - it will be scrolled horizontal, and can be filled with datas in the same way as the ListView.

EDIT: Look at this post: Horizontal ListView in Android?, there are code samples of what you need.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜