Tagged Questions
3
votes
1answer
5k views
WinForms Volume Slider/Trackbar User Control
I'm looking for a trackbar-like user/custom control to use in my .NET 2.0 WinForms app.
Note: I'm NOT asking how to control the volume in a WinForms app.
Anyone knows of a nice looking custom ...
2
votes
1answer
416 views
How can I move the TrackBar in response to mouse events in C#?
This is probably a n00b query. I have a need where I want to change the trackbar value based on a mouse down event. This I achieved as follows:
private void MoveTrackBarToMouseClickLocation(TrackBar ...
1
vote
1answer
552 views
TrackBar Control acting as a Range Selector with Multiple Thumbs
I am after a control which works similarly to a TrackBar control but has three thumbs, one for selecting a value and two others for selecting the minimum and maximum values on the same control.
I ...
0
votes
2answers
305 views
Customizing the TrackBar control in .NET
I am trying to develop application that would let me mark A-B points on the timeline. How do I draw lines on the trackbar to mark a specific point/value?
Also, how do I hide the ticks in the ...
0
votes
1answer
551 views
Question about WinForms TrackBar control in .Net
Does anyone know the millisecond interval, used by the framework trackbar, between calling the ValueChanged event when moving the grip with a mouse?
I've implemented my own trackbar and I'd like the ...