I have an application where I have several panes set up as floating only. They always appear in front of the docking area. Is there a way to make the window that contains the docking area appear in front of the panes when it is selected?
3 Answers, 1 is accepted
0
Konstantina
Telerik team
answered on 28 Jul 2010, 08:55 AM
Hello Rick,
Thank you for contacting us.
You can achieve the desired behavior by calling the ParentOfType<Window>() method of the floating pane at the moment. It will return the window in which is the Docking. Then, if you set its Owner property to null, the pane will go behind that window. But keep in mind that there is no way the user to use it anymore, as it will be unreachable.
Hope this information helps. If you have further questions please let us know.
Greetings,
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