I have a RibbonControl
in a small WPF application, and I have a button called Search. My idea is that when I press this button in the Main Window, I load a user control, and I wish to get a result like "TweetDeck" does, ie every time I press the Search button, the user control is pinned in the main window.
Is there a tutorial or an example of how I can do this?
Thanks for your help and time.
"the user control is pinned in the main window". That sounds like a modal dialog, check this : Handling Dialogs in WPF with MVVM