• 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: Autoscroll NSTableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autoscroll NSTableView


  • Subject: Re: Autoscroll NSTableView
  • From: PCWiz <email@hidden>
  • Date: Wed, 26 Aug 2009 15:59:00 -0600

Thanks, that code worked perfectly.

On 2009-08-26, at 3:26 PM, Corbin Dunn wrote:


On Aug 26, 2009, at 2:17 PM, PCWiz wrote:

How do I make it so that an NSTableView automatically scrolls to the bottom as new rows are added to it?

There is no automatic way; you have to add code to do it. You should probably only do it if the prior row was scrolled to the bottom.


[tableView scrollRowToVisible:[tableView numberOfRows] - 1];

--corbin

_______________________________________________

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


  • Follow-Ups:
    • Re: Autoscroll NSTableView
      • From: Thomas Willson <email@hidden>
References: 
 >Autoscroll NSTableView (From: PCWiz <email@hidden>)
 >Re: Autoscroll NSTableView (From: Corbin Dunn <email@hidden>)

  • Prev by Date: Re: QLGenerator PLUGIN_ID [SOLVED]
  • Next by Date: Re: QLGenerator PLUGIN_ID [SOLVED]
  • Previous by thread: Re: Autoscroll NSTableView
  • Next by thread: Re: Autoscroll NSTableView
  • Index(es):
    • Date
    • Thread