I am developing a WPF app that requires Docking control. I downloaded Telerik's RADDock but I understand it is not native MVVM control (Have I got to the right conclusion??)
So later I downloaded and installed Avalaon dock 2.0, which has built-in MVVM support, however I can't understand how to use it..
I have a User control I created (Terminal control that encapsulates a TextBox) and I want to dynamically add new terminal instances to the AvalonDock LayoutDocumentPane, through my view model.
Can anyone please guide me through this, maybe supply a simple code example that demonstrates how this can be done.
Thanks in advance friends.