I see no way to style the WebTab control. There is no link to apply styles from a library.
The default style appears to be very small font, tabs black and silver, with a tab panel area that has a silver gradient, and applies again a very small font style. I see no way to get rid of this style. I want to start with a very plain style and go from there.
<igtab:WebTab ID="webTab1" runat="server" EnableValidation="False" Height="600px" >
I have a vanilla install of vs2010 pro with netadvantage 11.2.
Hello,
WebTab can be styled in multiple ways:
#1: Setting css: http://forums.infragistics.com/forums/p/39585/224205.aspx#224205
#2: Defining Application Styling: From Visual Studio Tools menu -> Application Styling Configuration 11.1 -> Select Application StyleSet -> Import
#3: Using AppStylist
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_Styling_Your_Application2.html
Please let me know if you need further assistance
I added
StyleSetName="Default"
and got a better style. If the help worked I could have figured this out a lot faster.