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

RADPANEGROUP

1 Answer 92 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marco
Top achievements
Rank 1
Marco asked on 05 Oct 2011, 02:05 PM
Hi, i'm trying to edit the style of the RadPanelGroup..I edited it succesfully, when i run the project my style of the radpanel will be loaded, but if i move this control, it return to the default style.
Here is the screenshot1 (with the modified style) and the screenshot2 (when the style return default).
I edited this part of code to change backround and font at the header of the RadPanelGroup:
<Border Grid.Row="0" Visibility="{Binding SelectedItem.PaneHeaderVisibility, RelativeSource={RelativeSource TemplatedParent}}">
                        <telerik:PaneHeader FontFamily="Calibri" FontStyle="Italic" FontWeight="Bold" FontSize="18" Background="LightGray" x:Name="HeaderElement" MinHeight="16" Grid.Row="0" SelectedPane="{TemplateBinding SelectedPane}" telerik:StyleManager.Theme="{StaticResource Theme}"/>
</Border>

1 Answer, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 06 Oct 2011, 08:52 AM
Hi Marco,

The RadPaneGroup style is applied correctly. What you wish to style additionally is actually the ToolWindow. Please, check this online help article to learn more on styling the RadDocking ToolWindow.

I hope this will be helpful.

All the best,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
General Discussions
Asked by
Marco
Top achievements
Rank 1
Answers by
Dani
Telerik team
Share this question
or