Hi, I am using the following code with the EjsTab control. The content in #main is displayed correctly, however the content in both #description and #resources is initially displayed above the Tab control until I click on the respective headers, then it works as expected.
<EjsTab>
<TabItems>
<TabItem Header="@Header1" Content="#main" />
<TabItem Header="@Header2" Content="#description" />
<TabItem Header="@Header3" Content="#resources" />
</TabItems>
</EjsTab>