Advanced Forum Search Results
-
I have the excat same problem, and I done excatly above, problem remains ...
What more can it be ?
-
I have added that line yes. But I still get the error msg.
-
In my App.xaml I have:
<Style x:Key="myMainTabStyle" TargetType="basics:TabControl">
<Setter Property="Width" Value="1200"/>
</Style>
In my Page.xaml I have:<UserControl xmlns:basics="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"
...