In some applications, each update of the LowerValue or UpperValue binding causes expensive operations in the ViewModel. It is thus important that the slider does not update its LowerValue or UpperValue binding until the user releases the mouse button. This is a similar concept to the ScrollViewer's IsDeferredScrollingEnabled property.
↧