I'm using a NSCollectionView with OS X 10.11's Flow layout to display a varying amount of content.
If there are too many items displayed, the default is to show scroll bars according to the Scroll Direction property.
In my case, I would like to resize the height of the NSCollectionView dynamically, so that it grows larger and larger with more items being inserted.
If I simply drag the collection view out of the "Bordered Scroll View" and "Clip View", no contents are displayed at all. It's also not possible to set an AutoLayout constraint to link the height of the Bordered Scroll View to the height of the NSCollectionView. So, there has to be a different solution for this.