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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
try this: [scrollView setDocumentView:YOUR_TABLEVIEW]; |
|||
|
|
