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

ViewModel driven example

2 Answers 110 Views
Docking
This is a migrated thread and some comments may be shown as answers.
bitbonk
Top achievements
Rank 1
bitbonk asked on 20 Apr 2012, 08:09 AM
Is there any example how to drive complex docking app (think: Visual Studio) completely by ViewModels using the model-first appoach (as opposed to view-first)? Something in the lines of  having a databound

ObservableCollection<
ToolViewModelBase> ShellViewModel.Tools

where each ToolViewModelBase  represents a dockable region in the shell?

2 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 20 Apr 2012, 09:56 AM
Hi Jim,  


Please, refer to the Nedyalkov's blog post about using RadDocking with PRISM
Also, there is a lot threads about this scenario and you can find a lot of information (including running sample) in our forums, but maybe the most completed thread is this one

Nevertheless the thread is from the forum thread, but your question is about WPF, the code is the same for both platforms.

Hope this helps.


Regards,
George
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
bitbonk
Top achievements
Rank 1
answered on 20 Apr 2012, 08:07 PM
This looks rather prism-specific. At first sight, it doesn't look too easy to transfer this to the MVVM framework I am using (which is Caliburn.Micro), we'll see...
Tags
Docking
Asked by
bitbonk
Top achievements
Rank 1
Answers by
George
Telerik team
bitbonk
Top achievements
Rank 1
Share this question
or