When you have tab orientation set to horizontal, and the tabs off to the right or left of the tab control, there does not appear to be any way to set the minimum tab width. Counter-intuitively, setting the minimum tab width property actually sets the minimum tab HEIGHT in this configuration.
What's going on here is that our styling changes the selected tab label to bold. The labels fit on the tab if not selected, but once selected, the font expands due to the bolding and the text is truncated. This is on the main screen of our application, and we want the tab to be wide enough such that the label is never truncated. How can we accomplish this?
Thanks,Bill
Hello Bill,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.