Hi,
I have gone through
http://katidev.com/blog/?p=36which shows how to show an Icon and two rows of text in an row of
NSTableView.
And it has been done by sub-classing NSCell.
I want exactly the same thing in an NSOutlineView (i.e. an Icon and
two rows of text in an row of NSOutlineView.
For styling NSOutlineView I found
http://www.latenightsw.com/blog/?p=45which shows how to style NSOutlineView by sub-classing NSTextFieldCell.
How can I get the Icon and 2 rows of text In NSOutlineView.
Can I use the implementation of NSCell in NSOutlineView.
Is there any good example out there.
Wishes,
Nick