Hi,
I have an UltraTabControl which has had the ViewStyle set to Office2007 and is set to display tabs over mutliple rows. However when it does this is seems to set the text of tab caption to opaque.
When set to display the tabs as a single row everything seems ok!
Is this just the nature of the Office2007 view style or is this something that I can maybe control with themes? I've played around with themes but can't seem to find how to control this!
Thanks,
Andy
Hello Andrew,
You can avoid this behavior if you set TabControl.Appearance. ForegroundAlpha to Opaque.
Please let me know if you have any further questions.
Excellent. Thanks very much!