Search code examples
macosmacos-carbon

Carbon C Event Handlers for movement of scroll bar of window


I am trying to find how can we catch the events of that whenever a scroll bar is moved. Scroll bar can also be moved programmatic-ally so, mouse scroll events wont work here.

I am using Carbon, Mac

Thanks, Rahul


Solution

  • I would try kEventControlIndicatorMoved and/or kEventControlValueFieldChanged.