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
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
I would try kEventControlIndicatorMoved and/or kEventControlValueFieldChanged.