August 2, 2013
Range Slider control included with DotNetBar for WinForms provides you with ability to input numerical range selection in your application. With its default settings control looks like this: RangeSlider supports the vertical orientation by setting property SliderOrientation=Vertical: The possible selection range is set through Minimum and Maximum properties. Selected range is returned by Value property […]