mrKlar / PagedDragDropGrid

An Android ViewGroup that implements a paged grid with drag'n'drop moveable items
406 stars 184 forks source link

Vertical Scrolling Problem #38

Closed manhhoangxuan closed 11 years ago

manhhoangxuan commented 11 years ago

Dear mrKlar, thank you for sharing a greate lib But I have encounter vertical scrolling problem I have 16 item on one page. My item contain image size (W: 150, H: 100) When I run my app, It's show only 10 item Please help me, Thanks in advance! capture

mrKlar commented 11 years ago

Hi,

yes this is a known issue with the current version of the lib. The vertical scroll was not part of it. You can add a scrollview that will enclose all the grid, but you will see a vertical scroll even on pages with no overflowing items.

I have plans to rewrite the grid with the vertical scrolling as a feature, but i do not have the time to do it right now.

sorry for the limitation.