Android GridView with Both Horizontal and Vertical Scrolbars at the same time

前端 未结 3 1861
借酒劲吻你
借酒劲吻你 2020-12-10 09:05

I am new to Android and Have to Port a Windows Mobile Application to an Android Application.

Issue: I need GridView in Android similar to .net GridV

3条回答
  •  伪装坚强ぢ
    2020-12-10 09:17

    I am not sure, if it's possible to scroll in both direction at the same time, but here's a library that helps you to scroll a GridView horizontally. https://github.com/jess-anders/two-way-gridview

    Also you can have a look in here, How to make a 2-dimension image gallery with both horizontal and vertical scrolling?

提交回复
热议问题