mrKlar / PagedDragDropGrid

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

Manage max number of children per page #39

Open venator85 opened 10 years ago

venator85 commented 10 years ago

Hi, I was wondering how to impose a max number of children per page, so that if I try to drag a child to an already "full" page, that page will overflow excess children to the next page(s). Is this already handled? Thanks :)