-
2 Attachment(s)
SSTab Again
Please have a look at the 1st image attached which is a SSTab control with 3 tabs. Note the Caption of the 3rd tab - it should read Approved/Disapproved Sites but since the Caption is pretty long as compared to the Caption of the 1st 2 tabs, the Caption of the 3rd tab can be seen getting truncated.
How do I increase the width of only the 3rd tab so that the entire Caption of the 3rd tab is rendered?
I need to increase the width of only the 3rd tab because setting the TabMaxWidth of the SSTab increases the width of all the 3 tabs but still does not display the entire Caption of the 3rd tab as shown in the 2nd attached image. In fact, the width of the SSTab exceeds the width of the Form!
Please do not suggest to change the Caption of the 3rd tab!
-
Re: SSTab Again
Change the style of the tabbed control to ssStylePropertyPage
-
Re: SSTab Again
Sorry forgot to add that I don't want the SSTab to be styled ssStylePropertyPage. Any other suggestions, friend?
-
Re: SSTab Again
The only other suggestion that I know of that would actually work is to shorten the tab title.
Also, you are restricted to the width of the screen. You can't make something extend beyond that and still be viewable.
-
Re: SSTab Again
Yeah I guess you are right....I don't see any other workaround as well....