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

Parents
No Data
Reply
  • 35319
    posted

    Hello Ed,

     

    I have been looking into your post and I am not sure that I understand the issue completely. I cannot see the image. Would you please attach the image in a zip file and if possible a sample application which shows the issue ?

     

    Looking forward to hearing from you.

Children