Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
UltraTabControl UI wrong lines
posted

I have this two nested UltraTabControl, and I don't know why they have those lines, 1 white and 1 blue on top of the inner UltraTabControl, which are not present in the example projects. In the elements property I tried to find some setting to fix it, but in vain.
Someone knows how to fix this non-clear flat design?

Parents
No Data
Reply
  • 12480
    Offline posted

    Hi Eugenio,

    You can correct this by using the SpaceBeforeTabs property on the inner tab control. This property allows you to shift the tabs down by a set pixel amount, which you can use in your application to move the tabs down and in line with the way you want them to look.

    Please try this out and let me know whether it works for you.

Children