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

Open AutoHideArea from code behind

4 Answers 57 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 20 Dec 2012, 06:56 AM
Hello,

Is it possible to open an AutoHideArea from code behind?

Thanks!

4 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 24 Dec 2012, 10:00 AM
Hello Shawn,

Could you please give us some more details what exactly you are trying to achieve? Do you want to open an unpinned pane? If so, you could set the IsPinned property to true. That will pin back the pane.

Regards,
Konstantina
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Shawn
Top achievements
Rank 1
answered on 24 Dec 2012, 04:06 PM
Hello Konstantina,

What I have is a pane on the left side of my application that is not pinned and hidden away in AutoHideArea. What I want to do is just expand the auto hide area to show the pane. The same way that it happens when you click on the pane header. I don't want to pin the pane again. Just show it in the unpinned state.

Thanks,

Shawn
0
Konstantina
Telerik team
answered on 27 Dec 2012, 08:41 AM
Hello Shawn,

Thank you for the explanation.

In order to achieve this you will have to activate the pane and it will show if unpinned:

this.radDocking.ActivePane = pane;


All the best,
Konstantina
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Shawn
Top achievements
Rank 1
answered on 28 Dec 2012, 03:21 PM
This is perfect. Thanks!
Tags
Docking
Asked by
Shawn
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Shawn
Top achievements
Rank 1
Share this question
or