NSOutlineView cells being truncated
NSOutlineView cells being truncated
- Subject: NSOutlineView cells being truncated
- From: Chuck Soper <email@hidden>
- Date: Fri, 23 Jul 2004 14:57:58 -0700
Hello,
In my NSOutlineView, some of the cell text values
have two words (separated by a space). When I
reduce the width of the column such that the
second word is partially obscured then the entire
word is not displayed. This is confusing to the
user because the white space implies that there
is no second word. Is there an easy way that I
can show partially obscured words in
NSOutlineView cells? I'm also somewhat interested
in finding out how to add an ellipsis character
(
) to show that the word is being truncated?
In a different part of my program I use an
NSTableView and partially obscured words are
displayed fine. I would expect the same behavior
with cells in an NSOutlineView.
Thanks,
Chuck
_______________________________________________
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.