NSOutlineView: width of column excl. the indentation?
NSOutlineView: width of column excl. the indentation?
- Subject: NSOutlineView: width of column excl. the indentation?
- From: Allan Odgaard <email@hidden>
- Date: Sat, 6 Jul 2002 12:24:16 +0200
Hi there,
Since I want to wrap a long text into multiple (child) rows of an
NSOutlineView then I need to know the width. There is a method to get
the dimensions of a column, but since my rows are children of another
item, then they are indented 50-75 pixels.
Is there anyway to learn about this indentation? Checking the table cell
bounds is probably too late, because this won't be available until after
the datasource has to provide the (wrapped) items...
_______________________________________________
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.