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.
我有一个应用程序,其中选项卡根据配置文件的项目数动态绘制它(我知道,这不是最好的主意,而是客户端的要求)。问题是选项卡无法放入 NSTabView,它们被截断。我不知道 NSTabView 中的 Windows 中是否有许多选项卡的选项?
这应该是可能的。我知道你把它标记为 c#,但这是一种 Objective-c 的方式。
我想象一个 NSArray 持有选项卡,然后在单击箭头时将数组对象作为选项卡添加和删除。
看看https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSTabView_Class/Reference/Reference.html
看着:
– addTabViewItem: – insertTabViewItem:atIndex: – removeTabViewItem: