• 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: NSTableView: Rows from bottom up
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView: Rows from bottom up


  • Subject: Re: NSTableView: Rows from bottom up
  • From: Keary Suska <email@hidden>
  • Date: Mon, 31 Aug 2015 20:00:19 -0600

On Aug 31, 2015, at 7:51 PM, Eric Gorr <email@hidden> wrote:
>
> Normally when one adds the first row to a NSTableView, it will appear at the top of the view and additional rows will appear below it. Is it possible to have the first row appear at the bottom of the NSTableView and for new rows to appear above it?
>
> No doubt this would require some extensive customization. I am open to alternative solutions, but the one invariant will remain…first row at the bottom and additional rows appearing above.
>
> I could fake it by creating a large enough number of rows so the view is filled and setting the scroll position to the bottom, but I find that to be a bit inelegant…although, I would go that route before doing something completely custom.
>
> If you are wondering why someone might need such a thing, consider the case of a calculator where the most common way to view the numbers (at least for RPN entry) is for the most recent entry or calculation is to appear at the bottom and previous entries to appear above it.

Unless something changed before I used it last, the insert location will depend on how you add an object, i.e. -add: vs -insert:, as well as any sorting settings. Using -add: should always append to the end of the collection as long as it is unsorted or does not re-sort automatically. If you use your own method to add new objects, you can do whatever you want. No need to customize much.

HTH,

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


References: 
 >NSTableView: Rows from bottom up (From: Eric Gorr <email@hidden>)

  • Prev by Date: NSTableView: Rows from bottom up
  • Next by Date: Re: How to terminate an NSTask whenever my app terminates?
  • Previous by thread: NSTableView: Rows from bottom up
  • Index(es):
    • Date
    • Thread