locked
add slider behavior similar scrollviewer.defferedscrolling RRS feed

  • Question

  • I'm trying to add a deferred binding for a slider that is bound to a listview's scrollviewer. I'd like to have a delayed binding similar to the scrollviewer.IsDeferredScrollingEnabled="True". 

    I've tried hooking into the thumb's drag completed and updating the scrollposition after, but the problem is that the user can click on the space above/below the thumb, then drag...and this does not trigger the thumb's drag completed event, or IsDragging property.

    Wednesday, January 22, 2014 6:52 PM

Answers

  • Found the answer. Subscribe to Slider.PointerCaptureLost(o,args)
    • Marked as answer by Bryan Stump Wednesday, January 22, 2014 10:46 PM
    Wednesday, January 22, 2014 10:46 PM