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

Auto-Hide/Dock two windows in Sync

1 Answer 70 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Ujjwal Lahoti
Top achievements
Rank 1
Ujjwal Lahoti asked on 28 Apr 2010, 01:10 AM

I have two Docked windows on the Left and Right side of my GUI (Similar to Visual Studio: Solution Explorer on the Left, Properties on the Right). I want to do the following

1. If I auto-hide the window on the left, it should auto-hide the window on the Right as well (and vice-versa)
2. If I dock the window on the left, it should dock the window on the right as well (and vice-versa)
3. If the windows are in Auto-Hide mode, and if the user clicks on the auto-hide window on left, the auto-hide window on the right should also expand, and when lost focus. Both should hide at the same time.

Can you tell how can I do this? If possible can you point to some sample code that accomplishes this?

Also is there a event that is fired, when a pane is docked or pinned?

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 29 Apr 2010, 01:32 PM
Hello Ujjwal,

 What I would suggest you is to use the Pin and Unpin events of the Docking control and to see if the pane is pane1 you could change pane2's IsPinned state and vice versa.

The last request cannot be achieved with the Docking control. We will log you request and consider implementing it for one of the future releases.

Regards,
Miroslav Nedyalkov
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
Ujjwal Lahoti
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or