Display string array macOS Xamarin application

83 views Asked by At

I have a generic collection List<(my own type)>. How can I display a simple array of strings to not define my own cells (NSCollectionViewItem)? Which control is best for this?

0

There are 0 answers