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

How to create floating RadDocking Panel without Pane Header?

2 Answers 80 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Anand
Top achievements
Rank 1
Anand asked on 08 Mar 2011, 10:46 AM
Hi All,

I want to make doc panel without Pane Header and also want RadDoc Panel With Round corner. The Rad Doc panel  should be in such way that it should not have header in any state whether it is docked,flaoting or pinned. 

Can anybody please help me out.

Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 11 Mar 2011, 10:37 AM
Hi Anand,

I suggest you set the following style to the panes in order to remove their header:

<Application.Resources>
    <Style TargetType="telerik:RadPane">
        <Setter Property="ContextMenuTemplate" Value="{x:Null}" />
        <Setter Property="CanUserClose" Value="False" />
        <Setter Property="CanUserPin" Value="False" />
        <Setter Property="Header" Value="" />
    </Style>
</Application.Resources>

Regarding the rounded corners - you should create a new Style for RadPaneGroup as explained here.

Please try it and let us know how it goes.

Kind regards,
Yana
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
jonghun kang
Top achievements
Rank 1
answered on 14 Mar 2011, 06:02 AM
thank you
your answer is really helpful to me
Tags
Docking
Asked by
Anand
Top achievements
Rank 1
Answers by
Yana
Telerik team
jonghun kang
Top achievements
Rank 1
Share this question
or