This question is locked. New answers and comments are not allowed.
Hello,
I am trying to increase the width of the vertical splitter of hte RadOutlookbar.
I created a new Template in Blend an changed the width of the "VerticalResizer" Thumb element to 5 and also set the margin of the RadDockPanel to "0 0 5 0".
It works, but...
In the App.xaml I globally set the Theme using using
And the new RadOutlookBar-Template overrides the UI-Settings of the MetroTheme.
Any advice, how to get a wider Resizer for the Outlookbar?
Thanks!
Thomas
I am trying to increase the width of the vertical splitter of hte RadOutlookbar.
I created a new Template in Blend an changed the width of the "VerticalResizer" Thumb element to 5 and also set the margin of the RadDockPanel to "0 0 5 0".
<telerik:RadDockPanel Margin="0,0,5,0">
<Thumb x:Name="VerticalResizer" Width="5"
It works, but...
In the App.xaml I globally set the Theme using using
StyleManager.ApplicationTheme = new MetroTheme();
And the new RadOutlookBar-Template overrides the UI-Settings of the MetroTheme.
Any advice, how to get a wider Resizer for the Outlookbar?
Thanks!
Thomas