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

Click RadPane to show and hide.

2 Answers 189 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Ye HaoChen
Top achievements
Rank 1
Ye HaoChen asked on 18 Jun 2014, 01:25 PM
I want to click RadPane to show and hide RadPane. Like Visual Studio does. (No auto show and hide when MouseEnter)
Please watch this picture

2 Answers, 1 is accepted

Sort by
0
Accepted
Lance | Manager Technical Support
Telerik team
answered on 19 Jun 2014, 11:33 AM
Hello,

You can add that behavior to your Dock by adding the following code to your instance:

<telerik:RadDocking.FlyoutBehavior>
                <telerik:ClickFlyoutBehavior />
</telerik:RadDocking.FlyoutBehavior>

To help illustrate this, I've written a sample application that demonstrates the behavior.

Open the app and run it, you'll see two instances of Dock on MainPage.xaml. The one the left uses the built-in ClickFlyoutBehavior. The dock on the right will show you how to add animation to the flyout via the AnimatedClickFlyout behavior class.

Thank you for contacting Support and thank you for choosing Telerik.

Regards,
Lance
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Ye HaoChen
Top achievements
Rank 1
answered on 21 Jun 2014, 04:13 AM
Thank you, it's very helpful.
Tags
Docking
Asked by
Ye HaoChen
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Ye HaoChen
Top achievements
Rank 1
Share this question
or