Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
775
Minor UI Issues
posted

1 - What property do you need to set to get the WebSlider to display the midpoint value like is shown in the sample in the help file?

2 - Is there a way to have the slider show a value for each mark on it?

3 - When you use the WebSlider in a vertical orientation there's a minor UI Issue. The thumb slider partially overwrites the minimum value field. To duplicate paste the following code into a web form and view the page:

<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>

<div>

<cc1:WebSlider Height="300" Width="125" Orientation="vertical" MaxValue="100" MinValue="0" ID="WebSlider2" runat="server">

</cc1:WebSlider>

</div>