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

Change RadPane button possition in hidden mode

2 Answers 16 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Cuong
Top achievements
Rank 1
Cuong asked on 09 Jan 2015, 05:14 AM
Hi everyone,
My silverlight web header is a RadPane.
By default, in hidden mode, the RadPane button is on the left of screen.
Is there any way to move it into the right of screen?
(Please see attach file)
Thanks.

2 Answers, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 12 Jan 2015, 04:27 PM
Hello Cuong,

In order to achieve the desired appearance of RadDocking you need to modify the Template property of the default RadDockingStyle by setting Aligh="Right" of "TopAutoHide" AutoHideArea as shown below:

...
<dock:AutoHideArea x:Name="TopAutoHide" BackgroundVisibility="Collapsed" telerik:RadDockPanel.Dock="Top" TabStripPlacement="Top" Align="Right"/>
...

Hopes this helps.

Regards,
Nasko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Cuong
Top achievements
Rank 1
answered on 14 Jan 2015, 03:38 AM
It works for me.
Thank you very much.
Tags
Docking
Asked by
Cuong
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Cuong
Top achievements
Rank 1
Share this question
or