diff --git a/Track-bar.md b/Track-bar.md index d703ed5..24bb886 100644 --- a/Track-bar.md +++ b/Track-bar.md @@ -1,8 +1,13 @@ A TrackBar control presents the user with a draggable slider used to set a value between the preset [[Min]] and [[Max]] values. Returns the Value property. -By setting the Interval property, you determine the number of ticks that will be displayed along the track. +
+ +
+ +By setting the Interval property, you determine the number of ticks that will be displayed along the track. If you want an intermediary set of ticks, use the MinInterval property. ### [[Events]] +* [[ValueChanged]] * [[Click|Mouse events#click]] * [[MouseDown/MouseUp|Mouse events#mousedownmouseup]] * [[MouseEnter/MouseLeave|Mouse events#mouseentermouseleave]] @@ -21,4 +26,5 @@ By setting the Interval property, you determine the number of ticks that will be * [[Value]] * [[Min]] * [[Max]] -* [[Interval]] \ No newline at end of file +* [[Interval]] +* [[MinInterval|Interval]] \ No newline at end of file