04-21-2009 04:20 PM
I can create a tab control and place the tabs on the right-side. When I do this the text is vertical. Can I make the tab text horizontal AND have the tabs on the right side?
Thanks,
Dan
04-22-2009 02:25 AM
Hey Dan,
I didn't find any settings to change the alignment for the text.
You could make the page text invisible and use customized stringcontrols which you set visible/invisible (when switching between pages) instead of the original labels.
hope this helps
04-22-2009 07:54 AM - edited 04-22-2009 07:55 AM
Christian_M wrote:Hey Dan,
I didn't find any settings to change the alignment for the text.
You could make the page text invisible and use customized stringcontrols which you set visible/invisible (when switching between pages) instead of the original labels.
hope this helps
Or another approach could use the "import Image" method to set the image to be the text you desire.
The following illustrates the effect and the code used to achieve that effect.
Note: There used to be a thread here on the forums that explained how to impor the images with reorting to doing programatically. I wonder if I just can't find the button to push to do it while editing. If you know about that old thread or know how to do this by editing please chime in!
Ben
04-22-2009 08:15 AM
05-21-2009 09:37 AM
To add images to a tab without the pain of going through the pain of programmatically setting the image:
1. Right click the tab, and select Advanced->Tab Layout and then an option which will show images.
2. Get an image on the clipboard that you want to use. An effective way is use the menu Edit->Import Picture to Clipboard...
3. Now right-click the tab again, and select Advanced->Tab Layout->Import Image from Clipboard (voila! the option now appears!)