Hi all. o/

There's a tab control object in a windows form which its tab names change repeatedly. The only problem is, they hold their previous text start position. For instance, here used "Untitled" before running the program. When it changed, suddenly 1 WBT starts from beginning of the line. Not as same as "Alarms" tab which is fixed all the time.
Name:  Untitled.png
Views: 1137
Size:  922 Bytes

How to fix this?
Is there any command to do such thing?

What I tried:
- Refreshing form. ( Form.Refresh() )
- Refreshing tab control text (useless due to unavailability to select an index) ( TabControl1.ResetText() )