Setting WijSlider's Range
In This Topic
The WijSlider supports capturing a range of values with two drag handles.
- Create an ASP.NET Web application with a ScriptManager control and install Juice UI and the Wijmo Juice libraries to your project via NuGet.
- In your Web application, add a standard TextBox control to the main content of your page.
- In Source View, drag a WijSlider control to the page.
- 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.
- Locate the Range property in the list of WijSlider properties and set it to True.
- Locate the Value property and set it to 2. This property sets the number of thumbs on the slider.
- Locate the Values property and set it to 4, 205. This property sets the values for the range.
- Press F5 to run your application. The WijSlider control should resemble the following image: