I'm having a small problem with a NSCollectionView.
I used Apple's example (Icon Collection) to setup my collection view,
and mimicked it in almost all ways. I am happy with everything except
that in Apple's example the first item in the collection is always
selected, yet on mine I have to click into the collection then onto
the first item to select it. I have searched around in the code behind
Apple's example for the last couple of hours, and have spent a while
searching on Google but I can't for the life of me find out how to
have the collection view select the first item in the view by default,
just like in Apple's example.