mrKlar / PagedDragDropGrid

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

Vertical Scroll? #14

Closed ghost closed 11 years ago

ghost commented 11 years ago

Would it be possible to use this vertically (without left/right pages)? I have changed PagedDragDropGrid to extend ScrollView, but I have a bit of a problem with how it computes the height of the view.

ghost commented 11 years ago

Nevermind, it seems that just changing it to ScrollView works correctly.