Hello Gizmox friends,
When using TrackBar, I found the following issue:
Drag a TrackBar on a form, set Maximum and Minimum as 100 and 0 respectively.
Set TickFrequency to 10, then there will be 11 stick bars uniformly distributed in the range of the TrackBar. Everything sounds nice.
But, when run the application, I found that each of the 10 sticks shifted back a little, as if the TickFrequency decreased a little.
And TrackBar will add a tick bar at the end, so I got "uniformly distributed" 12 stick bars!
Any idea?
River