Indicates if the control is being auto-sized. If true, the TrackBar will adjust either it's height or width [depending on orientation] to make sure that only the required amount of space is used.
[Visual Basic] Public Property AutoSize As Boolean [C#] public bool AutoSize {get; set;} [C++] public: __property bool get_AutoSize(); public: __property void set_AutoSize(bool); [JScript] public function get AutoSize() : Boolean; public function set AutoSize(Boolean);
TrackBar Class | TrackBar Members | System.WinForms Namespace