Hello,
I am styling the UltraTab control, but i came across an annoying problem.
It is difficult to explain, but i will try.
The selectedtab is positioned some what lower then the other tabs and i want it to be on the height.
Thanks in advance.
Kevin
Hi Kevin,
Are you able to send over your ISL so that I can take a look? In case you are unable to share the file on the forum, I have opened CAS-153077-Q5D2F8 to you. You can upload the file either here or to the private case.
Thanks for the quick reply.
I have attached the isl. I hope you can figure out what is going wrong.
There are two factors that are causing the tabs to appear lower in your application.
The transparent Border color in the TabControlClientAreaHorizontal role is causing the bottom of the tab header to show through the client area. Normally, this part of the tab header is covered, so it looks like it's lower in this case. If you set this to default (or any solid color), you should see the extra bit of color below the tab disappear.
The tab also looks lower because the top and sides are a different color. This is due to the Border color in the TabControlTabItemHorizontalTop role's Active state. If you set this border color to transparent (or a red that matches the tab), the top of the tab will line up with the others and the red color will extend all the way to the edge, meeting the green of the other tabs.
Please try this out and let me know how it works.
Hi Mike,
It works. Thanks for the help.