You can set the scroll direction to horizontal using the following: ``` swift let layout = DGCollectionViewLeftAlignFlowLayout() layout.scrollDirection = .horizontal ``` However this causes all the cells to collapse onto each other.