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:
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.
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>Any help would be appreciated.