roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

Column span for items in grid layout in collectionview #66

Open Alex-Dobrynin opened 2 years ago

Alex-Dobrynin commented 2 years ago

Lets assume that we have your collection view with grid layout and it has 3 columns. And lets assume that one kind of items should have grid.columnspan = 3. So it kind of mixed collection view. How can I achieve this functionality? Is it possible? And if yes, could it be draggable?