Re: Outline view with variable-height rows & text wrapping...
Re: Outline view with variable-height rows & text wrapping...
- Subject: Re: Outline view with variable-height rows & text wrapping...
- From: Philip Dow <email@hidden>
- Date: Sun, 9 Jul 2006 23:33:38 +0200
The NSOutlineView documentation, specifically...
"outlineView:heightOfRowByItem:
Returns the height in points of the row containing item.
- (float)outlineView:(NSOutlineView *)outlineView heightOfRowByItem:
(id)item
Discussion
Values returned by this method should not include intercell spacing
and must be greater than 0. Implement this method to support an
outline view with varying row heights...."
As for text that wraps, you may need to implement your own cell,
although someone correct me if I'm wrong.
-Phil
On Jul 9, 2006, at 9:58 PM, Scott Ribe wrote:
I found this from Evan Jones:
<http://evanjones.ca/software/osx-tableview.html>
Is there any other documentation or sample or product that I should
look at?
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden