Ich weiß UIScrollView
scrollIndicatorInsets
hat, also wenn ich einen UICollectionView
hatte, konnte ich etwas tun, wieEinstellung Scroll-Anzeige Einsätze auf NSCollectionView
collectionView.scrollIndicatorInsets = UIEdgeInsetsMake(0,0,0,0);
Aber Wie kann ich die Bildlaufanzeige Einsätze auf ein NSCollectionView
seit NSScrollView
nicht scheint eine scrollIndicatorInsets
Eigenschaft zu haben?