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

Tool Window Style

1 Answer 43 Views
Docking
This is a migrated thread and some comments may be shown as answers.
prakash
Top achievements
Rank 1
prakash asked on 01 Dec 2010, 04:39 PM
Hi Everyone,

I Implemented Docking feature using RadDocking control of Telerik, I had one RadPane at the left and a DocumentHost at the right. when i drag the left radpane to float, the radpane background style changed to floating pane style. i need to maintain the background style across floating, docking to other areas like right, bottom, top..

Telerik version: Q2 2010

Thanks in Advance

Prakash

1 Answer, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 07 Dec 2010, 10:47 AM
Hello,

Try setting the Style as implicit style in the app.xaml like that:

<Style TargetType="telerik:RadPaneGroup">
    <Setter Property="Background" Value="Yellow" />
</Style>
The color you mention is a property of a RadPaneGroup instead of RadPane and RadPaneGroups are created dynamically when you drag the RadPanes. The only way to set a Style on that RadPaneGroup is through application theme or implicit style if you have based your dock on the Office_Black theme.

Regards,
Pana
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Docking
Asked by
prakash
Top achievements
Rank 1
Answers by
Pana
Telerik team
Share this question
or