I have a MainWindow in which i want to add my others Views. Users can open Mutliple number of different Views to the MainWindow.
So for adding all those Views(UserControls), which is the best control to use.
Current I am using Canvas, but its not supporting MVVM.
So how can i add multiple control.
This is what i have done till now
Note: The control should host multiple UserControl by the same time i should be able to drag One UserControl here and there in that control and then on a click on UserControl should bring it to Front(Focused), which i did in Canvas using ZIndex.
views
esclusive? I mean, if I see one view, can I see also others? – Tigran