PagedDragDropGrid icon indicating copy to clipboard operation
PagedDragDropGrid copied to clipboard

One page

Open Bigli opened this issue 12 years ago • 4 comments
trafficstars

Hey all, how do you implement one page, which will be on the item is 10-20, but the visible part is only 3, and you can just scroll through them without having to switch to the page.That there was one common Pag.

Thank you.

Bigli avatar Apr 09 '13 06:04 Bigli

If you only want 1 page, make public int pageCount() return 1 always.

If you want it to scroll vertically, change PagedDragDropGrid to extend ScrollView.

lkorth avatar Apr 09 '13 13:04 lkorth

Thank you, but I need to scroll to the horizontal, when I add the item is more than 3 to 1 page, the item is 4 out of the field of view, and scrolling does not work.

Bigli avatar Apr 10 '13 06:04 Bigli

I would use multiple pages then.

lkorth avatar Apr 10 '13 14:04 lkorth

Hi,

I made public int pageCount() return 1 always.

but I see there are two pages (page 0 and page 1)

how I can solve this problem?

Thanks

riham-fanos avatar Dec 26 '13 08:12 riham-fanos