On Nov 19, 2011, at 2:06 AM, Peter Hudson <[email protected]> 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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
