This is a migrated thread and some comments may be shown as answers.

size of vertical splitter

2 Answers 57 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 07 Mar 2012, 02:22 PM
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".

                <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

2 Answers, 1 is accepted

Sort by
0
Accepted
Petar Mladenov
Telerik team
answered on 12 Mar 2012, 08:32 AM
Hello Thomas Mutzl ,

 When you use a non-default Theme and you need to create a custom style for it, you have to use the Style of the control for the specific theme you are going to use. So in your case you have to get the Metro Style of the RadOutlookBar from the Themes folder of you RadControls installation.
Please let us know if you need further assistance on this.

All the best,
Petar Mladenov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Thomas
Top achievements
Rank 1
answered on 13 Mar 2012, 11:34 PM
Thanks!
Tags
OutlookBar
Asked by
Thomas
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Thomas
Top achievements
Rank 1
Share this question
or