ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijSlider / WijSlider Task-Based Help / Setting WijSlider's Range
In This Topic
    Setting WijSlider's Range
    In This Topic

    The WijSlider supports capturing a range of values with two drag handles.

    1. Create an ASP.NET Web application with a ScriptManager control and install Juice UI and the Wijmo Juice libraries to your project via NuGet.
    2. In your Web application, add a standard TextBox control to the main content of  your page.
    3. In Source View, drag a WijSlider control to the page.
    4. Select View | Properties from the Visual Studio menu and find the TextBox1_WijSlider in the drop-down list at the top of the Properties window.
    5. Locate the Range property in the list of WijSlider properties and set it to True.
    6. Locate the Value property and set it to 2. This property sets the number of thumbs on the slider.
    7. Locate the Values property and set it to 4, 205. This property sets the values for the range.
    8. Press F5 to run your application. The WijSlider control should resemble the following image: