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?
It did worked for the inner blue SpaceBeforeTabs and now it looks better, but still there is the white line(above the blue line which still there:I looked at the father properties of the inner UltraTabControl, which is UltraTabPageControl:
but I didn't find any property that get rid of that last bit/line of misplacement.
Do you have any insight?
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.