Hi, I needs to have a NSTableView, but the string I want to display on its cells are too big.
So I need to adjust the height of each cell. It seems the we can only set one height for all cells.
OmniOutliner has the good interface, but it is a private implementation.
Any idea on how to implement this ? Maybe subclassing NSTableView is needed, but how to modify it to do that ?
Thanks.