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
425
Changing UltraTabStrip header
posted

Hi,

     Is there anyway to change the top header color (or make it transparent) of the UltraTabStripControl (see area 1 in picture below)?

     Also, is there anyway to increase the height of the header to make it looks like picture below on the right? 

I've spent a long time on there and still can't figure it out how to do the above in either AppStylist or in VS2005's designer.  Is this possible?  Thanks for any help!

 UltraTabStrip  UltraTabStrip increased header

Parents
No Data
Reply
  • 37774
    posted

    You should be able to change the appearance of the area you marked with the TabControlTabItemAreaHorizontalTop UIRole in AppStylist unless you are somehow overriding this appearance.  As for increasing the header area height, there is no intrinsic way to accomplish this since this area is calculated based on the height of the tabs and the number of rows.

    -Matt 

Children