PagedDragDropGrid
PagedDragDropGrid copied to clipboard
Vertical Scroll Wrong Behavior
I was not able to add more than 24 items in one page. Plus, the scroll always sticks to the top part so it doesn't let you scroll down.
Could you provide code sample.
I'm having an issue with the vertical scroll as well. I'm testing with only 3 items and 1 page using the sample code. The problem is that with only 3 items the vertical scroll is present and if I try to delete an item I'm not able to since the delete option is beyond the limits of the screen.
I tried changing the layout_height but no help.
Yes this is "normal" because there is no support for vertical scroll on a page. I am working on it right now in my spare times.
On the sample code, there is only one vertical scroll view that encompass all the pages and one page has a lot of items, that's why you can scroll on a page that have only 3 items. It is far from usable i know, that's why a big refactor is ongoing for this.
auto-height is better, please help fix it