I had a customer request that the Active Tab title be bolded. I changed the ActiveTabAppearnce.FiontData.Bold property to True.
This accomplished what the customer wanted but now when a tab is active the last character of text his chopped off and 'hidden' behind the close button that appears for each tab.
So tab with John Doe becomes John Do, or Job: 123456789 becomes 12345678.
Is there a way around this that would allow the tab to be bolded when active and not cut off any text?
Hello Hydroeric,
If you make sure the TabSizing property of the TabGroupSettings of the UltraTabbedMdiManager is set to AutoSize, then the text shouldn't be cut off. Let me know if you have any othe questions.
Sincerely,
Hi Dave, thanks for the response. However, my TabSizing was already set to AutoSize. I played around with it some more, even moving the the close X to the header bar instead of attached to each tab but the issue remains:
When the tab active appearance is set to Font = Bold, the last character of the chopped of when the tab becomes active.