NSOutlineView setIndentationPerLevel
NSOutlineView setIndentationPerLevel
- Subject: NSOutlineView setIndentationPerLevel
- From: email@hidden
- Date: Fri, 17 May 2002 19:57:41 -0700
Is there a way to effect the indentation on a PER level basis?
setIndentationPerLevel affects all of the levels at once.
I'd like my outline to look like this
> Heading 1
item
item
item
> Heading 2
but if I use setIndentationPerLevel to set it to 0, I get this:
Heading1
item
item
item
Heading 2
notice that the disclosure triangles are now OUTSIDE of the view...
if i set it to 8, just wide enough to get the disclosure triangles on
screen, i get this:
> Heading1
item
item
item
> Heading 2
which is way too much indent for my taste.
_______________________________________________
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.