Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1690
Borderless xamTabControl
posted

Hi,

On I have xamTabControl (WPF v12.1) in several windows. Something like this:

<igWindows:XamTabControl Name="xamDeals" Grid.Row="2"
   VerticalAlignment="Stretch"
   SelectedItem="{Binding SelectedTab, Mode=TwoWay}"
   Theme="[current]">

The problem is - on some windows all tabs are borderless, but text on the top is visible (Header in TabItemEx) as well as content of all tabs. In VisualStudio I don't see borders for all tab controls in all windows. Can it be fixed ?

Thanks,

Ed