I am trying to show a track bar with 2 buttons, one for the Min value and one for the Max value, is it possible to do that with the ultrawintrackbar?
I believe i've seen a similar trackbar on one of the online demos, but that might have been the WPF demo.
I am using NetAdvantage 8.2 winforms.
Thanks
Talal
Talal,
There is currently no support for showing two thumbs, so you could submit a feature request to Developer Support. What it sounds like you might want, however, is to set the ButtonSettings.ShowMinMaxButtons property to 'true'.
-Matt
Thank I'll submit a feature request, I am aware of the buttons but what I actually want is dual thumbs that can be positioned together on the same trackbar, that way the trackbar can be used to select a range of values instead of a distinct value.
Thanks again