NSOutlineView: multi-line entries (i.e. soft wrapped)
NSOutlineView: multi-line entries (i.e. soft wrapped)
- Subject: NSOutlineView: multi-line entries (i.e. soft wrapped)
- From: Allan Odgaard <email@hidden>
- Date: Mon, 27 May 2002 21:51:32 +0200
Hi there,
I have an NSOutlineView with a depth of two.
For example first level contain product names, and the second level the
description for each product -- so the user is presented with a list of
products and can "open" one to reed the description.
The problem is: the description is often long (i.e. wider than the
column), so it needs to be wrapped into several lines.
Is there any easy way to do this? Or must I manually split up the
description string into several sub-strings, keep these as children of
my product, and re-calculate everything when the column, in which they
are displayed, is resized?
Thanks in advance, Allan
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.