JEKScrollableSectionCollectionViewLayout
JEKScrollableSectionCollectionViewLayout copied to clipboard
Vertical Scroll Support
Is it possible to have Layout handle elements that are arranged vertically and sections grow horizontally? Thanks
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!
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.