tags:

views:

43

answers:

1

Hello All,

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

A: 

I would try kEventControlIndicatorMoved and/or kEventControlValueFieldChanged.

Uncommon