The accepted answer doesn't work for me. The following should be placed inside the CollectionView tags:
<CollectionView.ItemsLayout>
<LinearItemsLayout Orientation="Vertical"
ItemSpacing="5"/>
</CollectionView.ItemsLayout>
Note that the "Vertical" is needed or you get an error (or Horizontal).