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

Bring a specific RadPane to front

1 Answer 167 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 28 Aug 2013, 01:59 PM
I know how to get the current RadPane that is visible in a group, bur how do I make one the selected one?

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 02 Sep 2013, 08:08 AM
Hello Tom,

I have attached a project showing few different ways of selecting a Pane depending on the info you have about it. For example if you know its index in the PaneGroup you can use paneGroup.SelectedIndex = 2.
If you have the actual Pane you want to select you can use its IsSelected property and set it to true.
In case that you want to make this Pane the active one for the RadDocking you need to set myDock.ActivePane = paneToSelect.
If you have any questions, please don't hesitate to write us.

Regards,
Georgi
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Docking
Asked by
Tom
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or