I have a tabcontainer within an accordion.
If the tab I am on is shorter than the tab I switch to, I have to scroll to see the content on the new tab.
I want to be able to "catch" the height of the tabcontainer when I switch to it and resize the div that contains it.
I thought:
function clientActiveTabChanged(sender, args) {
alert(sender.height());
};
would show me the height, but it doesn't work.
TabContainer is:
<ajaxToolkit:TabContainer ID="projTabContainer" OnClientActiveTabChanged="clientActiveTabChanged" runat="server" CssClass="ajax__tab_red-theme">