JEKScrollableSectionCollectionViewLayout icon indicating copy to clipboard operation
JEKScrollableSectionCollectionViewLayout copied to clipboard

Vertical Scroll Support

Open Seancheey opened this issue 5 years ago • 2 comments

Is it possible to have Layout handle elements that are arranged vertically and sections grow horizontally? Thanks

Seancheey avatar Nov 04 '19 20:11 Seancheey

Hi! That's what it does already (sections stacked vertically and grows horizontally), but assuming you mean the other way around (sections added horizontally and items grow vertically):

This does not work at the moment. It was my initial plan to support it, and it shouldn't be very hard to modify the layout code to support this - but I don't have the time to do that at the moment. Sorry!

joelekstrom avatar Nov 06 '19 06:11 joelekstrom

Hi! That's what it does already (sections stacked vertically and grows horizontally), but assuming you mean the other way around (sections added horizontally and items grow vertically):

This does not work at the moment. It was my initial plan to support it, and it shouldn't be very hard to modify the layout code to support this - but I don't have the time to do that at the moment. Sorry!

Thanks for replying, the other way around was what I meant.

Seancheey avatar Nov 07 '19 21:11 Seancheey