NSScrollView inside another NSScrollView
05:27 24 Dec 2011

I have a NSScrollview nested inside another NSScrollview. How do i make the inner view handle horizontal scrolling only? Vertical scrolling should move the outer view.

Currently i pass the scrollWheel: event to the outer view from the inner view, but it is very slow.

cocoa nsscrollview