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.