I am dynamically creating tabs in a RadTabStrip. Everything was working wonderfully until I started styling the tabs. I had to remove the default skin (skin="") to style the tabs the way I want. But now the scroll buttons are gone. I haven't found any documentation on how to bring them back or style them.
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="PartyHistorysPages" Skin="" Width="100%" ScrollChildren="true" ScrollButtonsPosition="Right" OnTabClick="RadTabStrip1_TabClick">