Hi allAttached I have a picture:First picture, selected tab is blue, other tab is black.Second picture: This is what I like to have.There should be a little line under the header. Color like selected tab. Is this possible to do with the ultraTabControl ?If yes, what settings I have to set ?Thanks and best regardsFrank Uray
Hi DankoThanks for your answer.Well, second a third question are fine, works good.But the BorderColor is not very nice.I would like to have the same as in Visual Studio 2012 when you select the dark theme.Maybe this would be something for your next Version of this control :-)regardsFrank Uray
Hello Frank,
Thank you for the provided screenshots.
Regarding your first question: What you could try would be setting the BorderColor of the selected tab to a predifined color, so you would be able to differenciate the active among the others.
About the second question: Changing the header you could use the .TabSize property and set the size as you would like. For example:ultraTabControl1.TabSize = new Size(15,30);As to your third question, in order to remove the focus rectange from the control you could use a draw filter. The approach is shown in the link below:http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=4791Please feel free to let us know if you need any further assistance with this matter.
Hi BorisWould it be possible for you the make a little samplebecause I am a bit lost with this. At runtime, I know all the colors.I have two additional questions to this:How can I change the height of the Tab Header ?As you can see in the attached picture, when a tab is selectedthere is a little dotted border arround the text. How can Iswitch this off ?Thanks a lot and best regardsFrank Uray
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
If you at least know what your backcolor is at runtime the only option I could think of would be to use a drawfilter for this, to draw a straight line with the width of the tab header and the desired color.