Forum Discussion

e_sommer's avatar
e_sommer
New Contributor
10 years ago
Solved

Problems with TabControls

I want to make tests for an application which ist coded in C# with WPF. Our developers use a tabcontrol with additional custom control buttons. TC have some troubles with this configuration and isn't ...
  • TanyaYatskovska's avatar
    10 years ago
    Hi Erik,

     


    OK. I thought you were talking about the tabs on the top.


    As the tab control is a composite one, you need to add its class name (CustomControlTest.CustomTabControl) to the Open Application | WPF | Composite Controls project properties. Refer to the "Support for WPF Control Templates" article - it describes this approach.


     


    Does it work?