Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个简单的数据库查看器,对于不同的表,database我需要TableViews在我的主表单上有所不同(具有固定列的标识符和计数)。那么我怎样才能以编程方式改变 NSTableView呢NSScrollView?
database
TableViews
NSTableView
NSScrollView
试试这个:[scrollView setDocumentView:YOUR_TABLEVIEW];