NSScrollView inside another NSScrollView
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.