mrKlar/PagedDragDropGrid

Vertical Scrolling Problem

manhhoangxuan opened this issue · 1 comments

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

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.