This PR adds support for a flexible Slider control. Notifications are sent every time the value of the slider changes, and two-way binding is supported both for range properties and the value property, which allows the slider to be dynamically reconfigured at runtime.
This PR adds support for a flexible
Slider
control. Notifications are sent every time the value of the slider changes, and two-way binding is supported both for range properties and the value property, which allows the slider to be dynamically reconfigured at runtime.