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

Re: NSTableView and scrollToPoint:


  • Subject: Re: NSTableView and scrollToPoint:
  • From: Kyle Sluder <email@hidden>
  • Date: Sat, 19 Nov 2011 09:33:33 -0800

On Nov 19, 2011, at 2:06 AM, Peter Hudson <email@hidden> wrote:

> Hi All
>
> I  use   scrollToPoint:    to position a table.
>
> When I then use the mouse to scroll the table, as soon as I start the drag the table moves sharply to what looks like the location it was at before  scrollToPoint:  was sent.

You're using the wrong method. You want to call -scrollPoint: on the table view. This will wind up calling -scrollToPoint: on its enclosing clip view. (Yes, the naming scheme is terribly confusing.)

--Kyle Sluder_______________________________________________

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: NSTableView and scrollToPoint:
      • From: Peter Hudson <email@hidden>
References: 
 >NSTableView and scrollToPoint: (From: Peter Hudson <email@hidden>)

  • Prev by Date: Re: CoreData and Threading
  • Next by Date: Re: NSTableView and scrollToPoint:
  • Previous by thread: NSTableView and scrollToPoint:
  • Next by thread: Re: NSTableView and scrollToPoint:
  • Index(es):
    • Date
    • Thread