We are using Infragistics WinTab control (Infragistics version 11.2). Can you please let us know if it is possible to change the header appearance of the tab. We have attached here with a screenshot for the tab appearance we need in our application.
Hello,
There are several predefined styles for the utlraTabControl and you have to use one of them. After that you have the flexibility to style the tabs the way you want. To achieve the appearance close to the one on the picture, I can suggest altering the folloring properties:
I created a small sample for you with this settings applied. Please let me know if this meets your requirements.
Hi Vasil,Thanks for your prompt reply.
We have gone through your sample code however,we need to achieve the tab header style with no border, and should include cut like mark on the active tab and a separate label for number and text as shown in the image above (i.e., WizardTab.png).
Further we tried setting the background image to the header tab as suggested by you. However, the problem we encountered in this is that when we resize the form the image of the tab and the background image gets stretched. As per our requirement we want the "^" icon on the tab (displayed on the bottom center of the tab header) to be in the middle position of the tab header. Just wanted to know is there any other way we can change the style of the tab header, instead of changing the background image. Also is there any way for us to create a custom tab header style (as displayed in our screenshot)?Please find attached the sample code in which we tried setting the background image.
We have also attached herewith a new screenshot "Wizardtab2.png"(image included in zip file), can you please let us know if it is possible achieve this appearance.
Is any others wizard like control available for Windows form which would provide us the similar appearance.