• 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
Re: NSOutlineView upside down
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSOutlineView upside down


  • Subject: Re: NSOutlineView upside down
  • From: Corbin Dunn <email@hidden>
  • Date: Thu, 8 Sep 2005 11:07:38 -0700

Hello,

is there a way to get an NSOutlineView to be displayed upside down? That is row 0 being at the bottom and go up. Is there a way to get this using sorting? Note that I don't want things to be sorted automatically, I want to be able to move elements manually just like a do know.

The goal is to have a layers palette, like the one found in PhotoShop and most imaging apps, where obviously the Root layer is a the bottom.

          o-----o
          |
          o-----o
          |
          o-----o
          |
o-----o




I don't believe there is an easy way of doing this. Plus, you may want to consider how this UI would work; expanding a triangle and having it create a tree of children above the current item would be very strange.

NSOutlineView really is just a subclass of NSTableView. You could add this functionality to a special subclass of NSTableView, but it would be a lot of work.


--corbin


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >NSOutlineView upside down (From: Jacques/Santiago Lema <email@hidden>)

  • Prev by Date: Icons in menus
  • Next by Date: Re: Undoable controls
  • Previous by thread: NSOutlineView upside down
  • Next by thread: Composite an NSImage into an NSImageView subclass
  • Index(es):
    • Date
    • Thread