Van: "Simon Liu" <email@hidden>
Datum: 14 februari 2007 20:39:50 GMT+01:00
Aan: Cocoa-dev <email@hidden>
Onderwerp: ScrollView - slowing down the scroll speed
List-Id: Discussions regarding native Mac OS X application
developments using Cocoa frameworks <cocoa-dev.lists.apple.com>
I have a NSDrawer, with a tableview in a scrollview. The table has a
single column, with each row containing an image thumbnail. The user
can reorder the images by dragging and dropping.
However they find the scrollview scrolls too quickly (when dragging
and moving the mouse to the top/bottom of the scrollview, which
triggers a scroll movement.)
Is there a way to slow this down? I tried setting the vertical
line/page scroll values, but this doesn't seem to work.
BTW: my system has 'smooth scrolling' enabled in System Prefs. My
scrollviews don't seem to exhibit this behaviour, is there a simple
setting I need to set on my scrollviews?
Thanks,
Simon