I am trying to use the above events to determine when the user starts and finishes dragging the thumb. When I used these events with a generic slider, things seemed to work fine. However, when I customized the slider and placed it inside a ScrollViewer
element, they stopped being called. What do I need to do to receive notifications when a thumb drag starts or finishes?
- Ken