NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TrackBar.AutoSize

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);

See Also

TrackBar Class | TrackBar Members | System.WinForms Namespace