ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijSlider / WijSlider Tutorial / Step 2 of 3: Customizing the Slider Bar
In This Topic
    Step 2 of 3: Customizing the Slider Bar
    In This Topic

    In this topic you will set some of the properties for the WijSlider.

    1. In the Visual Studio Properties window, click the drop-down list at the top of the Properties window and select WijSlider1.
    2. Set the Range property to True. This will create a styleable range element between the two text values, 100 and 400, you set in the TextBox in Step 1.
    3. Set the Max property to 500 to set the maximum value on the slider. The markup for the WijSlider will now look like this:
      <cc1:WijSlider ID="SliderExtender1" runat="server"
    TargetControlID="TextBox1" Range="True" Max="500">
      </cc1:WijSlider>
    

    Now run the project to see the formatted slider.