- 
    
Suggestion
 - 
    Resolution: Incomplete
 - 
    
  Not Evaluated                     
     - 
    None
 - 
    5.15.1, 6.2.0
 
We would like more options for Slider/RangeSlider's live property.
we want this property to be set more details.
In live: false case.
- Normally, When the user pressed, dragged, and released the handle, the value of Slider is updated in released time.
 - we want other options as belows.
	
- When the user pressed, dragged, and released the handle, the value of Slider shouldn't be updated.
 - Just It should be updated when the user pressed and released the handle, not included dragged.
 - live property is explained in Qt doc.(https://doc.qt.io/qt-5/qml-qtquick-controls2-slider.html#live-prop)
 This property holds whether the slider provides live updates for the value property while the handle is dragged.
 
- relates to
 - 
                    
QTBUG-97528 Scrolling is impossible when the delegate of ListView is Slider or RangeSlider.
-         
 - Closed
 
 -         
 - 
                    
QTBUG-97613 Slider causes the listview to fail to slide
-         
 - Closed
 
 -