By default, tabs are big enough to display their text, and any space on the right of the strip is left as such. However, you can also set it such that the tabs are stretched to fill out the right extent of the strip, if necessary, or you can set it such that all tabs the same width.
[Visual Basic] Public Property SizeMode As TabSizeMode [C#] public TabSizeMode SizeMode {get; set;} [C++] public: __property TabSizeMode get_SizeMode(); public: __property void set_SizeMode(TabSizeMode); [JScript] public function get SizeMode() : TabSizeMode; public function set SizeMode(TabSizeMode);
int with one of the following values: TabSizeMode.NORMAL- tabs are wide as they need to be only. TabSizeMode.FILL_TO_RIGHT- makes sure that tabs at least make it to the right extent of the strip. TabSizeMode.FIXED- all tabs are the same width