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?

Girish
  • 4,692
  • 4
  • 35
  • 55
Reqyz
  • 3
  • 1

1 Answers1

0

try this: [scrollView setDocumentView:YOUR_TABLEVIEW];

jessex
  • 201
  • 1
  • 4