lxcid/LXReorderableCollectionViewFlowLayout

Drag to empty section not supported

Opened this issue · 4 comments

Hi,
this great layout is easily extended to support multiple sections and section headers (with supplementary views). Drag and drag between sections works out-of-the-box. However dragging to empty sections is not supported, because drop targets are apparently only the items themselves.
Has anyone a clue how to solve this problem? Thank you so much!

Hi, has anyone got a solution for this please?

I would appreciate this as well :)

same here. :( anyone found a workaround in the past year or so? :o

I'm doing this way. Every section has a placeholder item, which is as wide as the collection view and has constant height, e.g. 10dp. Sections are a bit higher than they need to be but the aren't empty so this workaround partly solves the issue.