Hi!
I'm using UltraTrack bar in my application, but I want to hide the Track of the TrackBar so the TrackBar Thumb is only visible.
Is this possible?
If it is not possible, is it possible to set the color of the Track the same as its background?
Try setting TrackThickness to 0.
I tried that but that did not seem to work.
The following worked for me:
1. ViewStyle = Standard
2. UseAppStyling = False
3. UseOsThemes = False
4. Set the TrackAppearance BackColor, BorderColor and BorderColor3DBase to the color of my form.
Hopefully this information can help someone else in a similar situation.