property Tab.TabAutoResize as Boolean
Specifies whether the pages are auto arranged to fit the control's client area.

TypeDescription
Boolean A boolean expression that specifies whether the pages are auto arranged to fit the control's client area.

By default, the TabAutoResize property is false. Use the TabAutoResize property to arrange the visible pages to fit the control's client area. The FixedPageWidth property specifies the width to display all pages, when the TabAutoResize is false.Use the ShowScroll property to show the scroll buttons, if the TabAutoResize property is False. Use the Visible property to show or hide a page.

The following screen shot shows the control while TabAutoResize property is true (the FixedPageWidth property is ignored):

The following screen shot shows the control while FixedPageWidth property is 0 (TabAutoResize property is false):

The following screen shot shows the control while FixedPageWidth property is 96 (TabAutoResize property is false):