We have dynamically created tabs using RadTabStrip.
We have also set the following RAdTabStrip Properties
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="0" OnTabClick="RadTabStrip1_TabClick" ScrollChildren="true" PerTabScrolling="true" ScrollButtonsPosition="Middle" Orientation="HorizontalTop" Width="1340px">
<Tabs ></Tabs>
</telerik:RadTabStrip>
Tabs are generated dynamically and the scroll also appears but the tab Tab at the Last Index is shown in the next line.
I tried reducing the number of tabs by 1 but the problem still persists.
I think the width of the tab and the text length in each tab is creating a problem. But due to my requirement i have to mention a fixed width to the tab strip.
I have attached the image of the tabstrip.
Thanks in Advance.
We have also set the following RAdTabStrip Properties
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="0" OnTabClick="RadTabStrip1_TabClick" ScrollChildren="true" PerTabScrolling="true" ScrollButtonsPosition="Middle" Orientation="HorizontalTop" Width="1340px">
<Tabs ></Tabs>
</telerik:RadTabStrip>
Tabs are generated dynamically and the scroll also appears but the tab Tab at the Last Index is shown in the next line.
I tried reducing the number of tabs by 1 but the problem still persists.
I think the width of the tab and the text length in each tab is creating a problem. But due to my requirement i have to mention a fixed width to the tab strip.
I have attached the image of the tabstrip.
Thanks in Advance.