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

Need to slide out pane / show pane

1 Answer 145 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Jigar Sheth
Top achievements
Rank 1
Jigar Sheth asked on 12 Feb 2010, 11:39 PM
Hi,

I want to slide out and show the docking RadDocumentPane automatically from my code. Like i have scenario where if the RadDocumentPane is slided in or user closed it and if I press show button on the screen, it should show it up or slide out outside.

Can you please suggest the proper way.

Thanks,
Jigar

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 17 Feb 2010, 03:57 PM
Hi Jigar Sheth,

Thank you for contacting us.

The showing of the Pane depends on one of these 2 events:
1) If the there is a focus on the Pane or on the Pop-up in the AutoHide area;
2) If the mouse is on the Pane or on the Pop-up in the AutoHide area.
So, if you want to show and hide the Pane from code-behind you can use the Focus() method. To show the Pane call the Focus() method to the Pane, and to hide it you can call the method to other control. But keep in mind that this will work only if the mouse is not on the Pane or the Pop-up in the AutoHide area at that moment.
Hope that helps.

If you have further questions please feel free to contact us again.

Kind regards,
Konstantina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Docking
Asked by
Jigar Sheth
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or