The number of ticks by which the TrackBar will change when an event considered a "small change" occurs. These are most commonly seen by using the arrow keys to move the TrackBar thumb around.
[Visual Basic] Public Property SmallChange As Integer [C#] public int SmallChange {get; set;} [C++] public: __property int get_SmallChange(); public: __property void set_SmallChange(int); [JScript] public function get SmallChange() : int; public function set SmallChange(int);
TrackBar Class | TrackBar Members | System.WinForms Namespace