e_sommer
11 years agoNew Contributor
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 ...
- 11 years agoHi 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?