• 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: NSView -scrollPoint doesn't work with mouse wheel?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSView -scrollPoint doesn't work with mouse wheel?


  • Subject: Re: NSView -scrollPoint doesn't work with mouse wheel?
  • From: Bill Bumgarner <email@hidden>
  • Date: Mon, 31 Dec 2007 09:50:12 -0800

On Dec 31, 2007, at 7:28 AM, Allen Dang wrote:
NSPoint newPosition = NSMakePoint(0.0, 100.0);
[[scrollView documentView] scrollPoint:newPosition];

Ok, the scrollView did scroll to the new position, then I tried to continuously scroll down by using the mouse wheel, but the NSScrollView didn't work as I expected.
It will return to the the point(0.0, 0.0) at first and start to scroll down rather then keep scrolling from point(0.0, 100.0).

If the scroll view contains a text view, then use NSText's - (void)scrollRangeToVisible:(NSRange)range; method.


For NSView, try -scrollRectToVisible: instead. It is sort of the focal point for all scrolling operations in NSView.

However, if the behavior persists then -- obviously -- something else is going on. Are you setting the scrolling position from a thread, perchance? That could cause confusion.

b.bum
_______________________________________________

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: NSView -scrollPoint doesn't work with mouse wheel?
      • From: Allen Dang <email@hidden>
References: 
 >NSView -scrollPoint doesn't work with mouse wheel? (From: Allen Dang <email@hidden>)

  • Prev by Date: Re: Binding to one specific object of an NSArrayController
  • Next by Date: Drawing an auto-hyphenated NSAttributedString?
  • Previous by thread: NSView -scrollPoint doesn't work with mouse wheel?
  • Next by thread: Re: NSView -scrollPoint doesn't work with mouse wheel?
  • Index(es):
    • Date
    • Thread