Hi, ALL,
Is it possible to customize a cell in the NSOutlineView?
Namely I'm looking for:
1. Making the column that contains text occupy all available space inside the control. The view will be rendered without a header, so no title and no possibility of resizing.
2. Set the alignment for the content [left/center/right]-justified text/image/controls inside the cell.
As far as I understand, by default the column is set to fit the content of the cells underneath and will resize itself if the data added will be wider.
Thank you.