This question is locked. New answers and comments are not allowed.
The header at the top of the OutlookBar isn't working well with the Telerik version: 2009.3.1322.1030 applying the Windows7Theme.
XAML:
Code:
With no theme it's working well.
XAML:
| <telerikNavigation:RadOutlookBar x:Name="myOutlookbar"> |
Code:
| StyleManager.SetTheme(this.myOutlookbar, new Windows7Theme()); |
With no theme it's working well.