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

    WijSlider supports setting bounds. This allows users to set an upper bound and a lower bound by inputting two values.

    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 Value property in the Properties window and set it to 2.
    6. Locate the Values property in the Properties window and set it to  3, 95.
    7. Press F5 to run your program. Note that although there are two thumbs on the slider, there is no stylable range element between them.