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

Docking with Prism and Navigation

1 Answer 123 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Johannes
Top achievements
Rank 1
Johannes asked on 24 Apr 2014, 09:25 AM
Hello,

I'm developing an application and we are currently updating Telrik WPF Controls to the latest version. As we want to inject views dynamically to Docking PRISM will be used for this case.

The Problem is that I want to use Unity View Discovery and Navigation e.g:
regionManager.Regions["DocumentsRegion"].RequestNavigate(new Uri("Output", UriKind.Relative));

With this behavior I can add the same view multiple times to a Docking or to other Dockings in different parts of the applciation.

Is there a way to realize this including saving of the layout etc.?

Regards Johannes

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 25 Apr 2014, 01:32 PM
Hi Johannes,

Save/Load layout feature of Docking control persists the layout, but it must be used explicitly. Here you can find helpful information about this feature - http://www.telerik.com/help/silverlight/raddocking-features-save-load-layout.html

Also, you could use the following example as a start point when implementing Docking with PRISM - http://blogs.telerik.com/xamlteam/posts/13-12-11/using-raddocking-with-prism-in-wpf-silverlight

i hope this information helps.

Regards,
George
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Docking
Asked by
Johannes
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or