Here is the contents of a basic WebTab control. As a scrolling test, I am filling lblTest.Text with gibberish to be sure scrolling shows up, however, it doesn't scroll, it just wraps. Can someone tell what I am not doing? Thanks!
<ig:WebTab ID="igTab" runat="server" Height="300px" Width="650px" StyleSetName="Nautilus" StyleSetPath="~\ig_res\" EnableActivation="True" ><Tabs><ig:ContentTabItem runat="server" Text="Tab 1" ScrollBars="Visible" ><Template> <br /><asp:Label ID="lblTest" runat="server" Text=""></asp:Label>
</Template></ig:ContentTabItem><ig:ContentTabItem runat="server" Text="Tab 2"><Template>Static content on tab 2
</Template></ig:ContentTabItem></Tabs><ContentPane><RoundedBackground Enabled="True" /></ContentPane><PostBackOptions EnableLoadOnDemand="True" /></ig:WebTab>
Hello Daryl,I am working on your issue and tring to investigate it further. I will contact you when I have any progress with it.
Hello Daryl,Please look at the following sample - http://samples.infragistics.com/aspnet/Samples/WebTab/Display/DisplayModes/Default.aspx?cn=tab&sid=4ca35031-35bf-4f1d-8beb-ef63c67f581eThere are options for four display modes of the tab