开发者

How to do a horizontally scrollable listview?

I want to implement a HORIZONTALLY SCROLLABLE LISTVIEW but can't seem to find a way. Could someone give me a pointer?

I capitalized the name because the solution I'm looking for is something acts like an ordinary spread sheet, where the entire sheet scrolls vertically and horizontally. I've done some search, and found some look-alike implementations but they are not exactly what I'm looking for. So, ..., any idea? Thanks in advance.

(P.S.1 I didn't mean Paul Soucy's horizontal ListView. If I didn't get it wrong, it can have only one row. My app would have hundreds, if not thousands, rows.

P.S.2. I didn't mean each row in the ListView can be scrolled separately as seen 开发者_JAVA技巧in the answer to this post where Mikael_S mentioned about Droidstack.

P.S.3. I also saw solutions involving using a ScrollView embedded in another HorizontalScrollView. I can't use this either because I have to use the ListView's adapter, because there are too many rows. And for the same reason, I can't use TableLayout either.)

Thank you for reading.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜