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
205
webslider for winforms?
posted

Are there any control equivalent to webslider but for windows forms?

I'm interested in one that have two handles (for range editing)

Thanks,

-Hernan

 

Parents
  • 45049
    Verified Answer
    posted

    Hernan,

    WinTrackBar is the closest equivalent among our Windows Forms controls to WebSlider.

    WinTrackBar can show a single thumb at a time.  You might consider using two WinTrackBar controls, and using code to ensure that the range the two controls define is meaningful (such as that your "start" value is not greater than your "end" value).  The following article from our online help documentation of NetAdvantage for .NET 2009 Volume 1 should provide a starting point, since it shows how to keep the values of two WinTrackBar controls in sync with each other:
    Synchronizing Two WinTrackBar Controls

Reply Children
No Data