I know UIScrollView has scrollIndicatorInsets, so if I had a UICollectionView I could do something like
collectionView.scrollIndicatorInsets = UIEdgeInsetsMake(0,0,0,0);
But how can I set the scroll indicator insets on an NSCollectionView since NSScrollView doesn't appear to have a scrollIndicatorInsets property?