I've got an NSScrollView that contains another view I'm looking at, and I want to prevent it from scrolling. I've taken away the scroll bars, so you can't scroll by clicking, but the mouse wheel still scrolls the view, even though there aren't any scroll bars.
Is there any way, short of removing the view from the scroll view temporarily (I should explain that this view has two 'states' that it can be in. In one, I want it to scroll, and it draws one way. In the other mode, it draws itself differently, and doesn't allow the user to scroll), for me to make it so that the scroll view can't scroll?