Retrieves a value indicating whether the size of each tab in this control is adjusted to what is displayed on the tab, whether the sizes of the tabs are adjusted so that each row of tabs fills the entire width of this control, or whether all tabs are assigned the same fixed width.
public final int getSizeMode()
Returns an integer that indicates how tabs in this control are sized. Possible return values are constants defined in the TabSizeMode class.
If the sizeMode property of a control is set to TabSizeMode.FIXED, the size of the tabs is determined by the itemSize property.
See Also setSizeMode