I have an NSScrollView and items inside which I can re-arrange by drag & drop. And it auto-scrolls when I drag the items to the bottom & drop of the NSScrollView, but it only operates in a very small area. If my drag is not within about 4-6 pixels of the edge, auto-scroll does not happen. How do I increase this area?
4
votes
2 Answers
0
votes
0
votes
I think the accepted answer here may be what you are looking for:
NSTableView in NSScrollView doesn't autoscroll when dragging