Documentation for this section has not yet been entered.
Changing the TabPage.Text property value does not automatically center the new value on the tab if the System.Windows.Forms.TabControl has a TabControl.SizeMode property value of TabSizeMode.Fixed. You can work around this limitation by setting the TabControl.ItemSize property or by removing the System.Windows.Forms.TabPage from the TabControl.TabPages collection and adding it back to the collection. Both of these actions will automatically center the text.