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!
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
Matt,
Thanks for the reply. I've tried changing the TabControlTabItemAreaHorizontalTop's background color, but it doesn't seem to make any difference. Can you provide some specific step-by-step examples, if possible, with screen shots that I can follow? Thanks!
As for the height of the header, can force the row of the tab buttons or add some hidden tab buttons to accomplish this?