Does UICollectionView support orthogonal scrolling *with* reordering?

I want to have a UICollectionView with two sections that scroll horizontally, but I am wondering if there's any way to do that and still do reordering with a disclosure button that indicates that.

I suppose a swipe gesture is out of the question as one might use in a list view cell to bring up the delete button for a cell.

-- Bonus question: If the above is not possible, is it possible to have per-section vertical scrolling with UICollectionView or would that necessitate two UICollectionView instances?