I have a basic MasterPage with nothing in it besides the <asp:ContentPlaceHolder> and <asp:ScriptManager> tags. I then create a content page and create the tab strip. All the tabs will display correctly using the masterpage unless I set ScrollChildren="True". Once I set ScrollChildren="True" then the scroll arrows show up, but the tabs disappear. There is nothing fancy in either page, just the bare minimum needed to run the tabstrip using a masterpage.
On the contrary if I DO NOT use a master page the tab strip works as expected and I can set ScrollChildren="True".
Can you please advise on this matter? Thank you.
On the contrary if I DO NOT use a master page the tab strip works as expected and I can set ScrollChildren="True".
Can you please advise on this matter? Thank you.