
Hi,
how can I subscribe to the scroll event of the vertical scrollbar? The editor scrollbar.scroll event does not fire. The ActiveView.Scroller does not have any event I can subscribe to.
//Edit: I want to override the scroll behavior. So I would need to get informed if the user scrolls up/down, which direction + disable internal scroll mechanisms of the editor. I can override the MouseWheel event but that doesn't deal with up/down arrow scrolling.
[Modified 7 years ago]