Hello and thank you for answer. Unfortunately it does not give what I want...
* Why cannot I use one slider with two "drags" instead of two sliders?
* The labels above the slider is marked as 5,5, 6,5 aso intead of 5.50, 6,50 (or 05.50, 06.50). This should be displayed when dragging.
* I just want to display fixed labels for even hours. 00,01,02,03,04....23. I now found this and modified "LargeChange" to 1.
* Drag value labels are displayed both on top and below of the slider. How can I modify so only one is displayed? Or none?
* I have ghosting effects on the sliding "drag". I do not see this in the Visual Studio designer.
* If SmallChange is set to 0.5 that must mean 30 minutes. Not 5 minutes. How can the slider control so a value of 12:75 cannot be selected since there are only 60 minutes on an hour?
I have the same ghosting effects on a combobox. Se image below...
UPDATE: It seems like when I add a label to the combobox, it gets very thin (as above). Removing the label makes the combobox have the correct width but still ghosting/artifacts...