• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSOutlineView setIndentationPerLevel
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Launch Email or Browser
  • Next by Date: Re: QuickTime, Cocoa & Documentation
  • Previous by thread: File IO preventing sleep
  • Next by thread: Re: QuickTime, Cocoa & Documentation
  • Index(es):
    • Date
    • Thread