|
-
Apr 20th, 2021, 10:48 AM
#1
Thread Starter
Hyperactive Member
TabControl tabs text alignment issue
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.
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() )
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|