Hi Vijayalakshmi,
Thanks for the sample but it doesn't meet my requirements. Take the following code:
<Navigation:SfTabControl>
<Navigation:SfTabItem Header="Tab 1"/>
<Navigation:SfTabItem Header="Tab 2"/>
<Navigation:SfTabItem Header="Tab 3"/>
<Navigation:SfTabItem Header="Tab 4"/>
</Navigation:SfTabControl>
How can I make the tabcontrol fill the entire length of the view so that all 4 tabs are evenly stretched across the entire page? Something akin to setting the tab Width="*".
Ryan