I'm trying to add one subview (view from an NSViewController
) for every element in a dictionary to a NSScrollView
to get kind of a tableview, but with much more flexibility over the cells.
Is it possible to place (programmatically) e.g. 100 subviews underneath each other so that you have to scroll down the NSScrollView
to get to the last element?