As it appears that NSMatrix is being deprecated soon, I was wondering what a better alternative would be for a column of "NSActionCells" or "NSButtonCells".
NSCollectionView, seems to be one example, but I'm not completely convinced that this is the ultimate way to replace the well-matured NSMatrix.
A good example is a "menu" (vertical or horizontal). NSMAtrix in radioMode was perfect for this.
What would be a good way to replicate this functionality?