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

Customizing AutoHideArea and Tab

3 Answers 143 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 10 Aug 2012, 02:36 PM
See attached image.

I am using most of RadDocking right out of the box, but have Themed the RadDocking and RadPaneGroup to Office_Blue in XAML using:

<Style TargetType="telerik:RadDocking">
        <Setter Property="telerik:StyleManager.Theme" Value="Office_Blue" />
    </Style>
    <Style TargetType="telerik:RadPaneGroup">
        <Setter Property="telerik:StyleManager.Theme" Value="Office_Blue" />
    </Style>
However, the AutoHideArea is wider than it needs to be and looks bloated and I would like to customize the "Toolbox" tab to be vertically longer.  I have searched and searched for info on how to do this but have come up empty.

Any help would be appreciated.

3 Answers, 1 is accepted

Sort by
0
Masha
Telerik team
answered on 13 Aug 2012, 11:46 AM
Hello Barry,

If you wish to customize the auto-hide area style, you can do that by generating the style for RadDocking in Expression Blend. Once you have done that, you will be able to find the LeftAutoHideArea in the "Objects and Timeline" pane. You can generate the style for that auto-hide area in order to apply your customizations.

To make "Toolbox" tab to be vertically longer you need to set Height Property of RadPane or put some margins on it.

Hope this helps.


Kind regards,
Maria
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Spurk
Top achievements
Rank 1
answered on 15 Oct 2012, 08:10 PM
Maria,

How would one go about customizing the look of the 'toolbox tab' in the auto-hide area?
0
Masha
Telerik team
answered on 17 Oct 2012, 06:28 AM
Hi Sheldon,

The tab you wish to customize is actually the RadPane control in RadDocking. You can edit the RadPaneStyle to apply any customizations. Keep in mind you should change all of the four control template inside RadPaneStyle to reflect changes everywhere.

Hope it helps.

All the best,
Maria
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Docking
Asked by
Barry
Top achievements
Rank 1
Answers by
Masha
Telerik team
Spurk
Top achievements
Rank 1
Share this question
or