Now that we have NSTableView and NSOutlineView that can have regular NSView objects as their cells, what about NSBrowser? That is can we use regular NSView objects as cells in NSBrowser?
Now that we have NSTableView and NSOutlineView that can have regular NSView objects as
Share
Short answer: No, not yet
NSOutlineViewis a subclass ofNSTableViewso both of them got the upgrade to be able to useNSViewobjects as cells in Mac OS X 10.7. This is specifically called out at the beginning of the documentation forNSTableView:On the other hand for NSBrowser it says specifically: