FROM : Philip Dow
DATE : Sun Jul 09 23:33:38 2006
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_removed>
> 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_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>
DATE : Sun Jul 09 23:33:38 2006
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_removed>
> 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_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>
| Related mails | Author | Date |
|---|---|---|
| Scott Ribe | Jul 9, 21:58 | |
| Philip Dow | Jul 9, 23:33 | |
| Scott Ribe | Jul 11, 00:04 |






Cocoa mail archive

