0

I'm building a simple data base viewer and for different tables in database I need different TableViews on my main form (with fixed column's identifier and count). So how can I programmatically change NSTableView in NSScrollView?

4

1 に答える 1

0

これを試してください: [scrollView setDocumentView:YOUR_TABLEVIEW];

于 2013-01-16T04:14:04.743 に答える