You can achieve this by creating a custom control in it using the TrackBar and creating labels at runtime (the labels are placed according to tick values).
I did something similar a while ago with a ProgressBar instead of a TrackBar, but the logic should still apply. I donโt have the code right now, I'm afraid Iโll try to dig it out.
source share