XamDockManager - Data Binding ContentPanes with MVVM Brian Lagunas / Tue, Sep 24, 2013 If you are using the Infragistics xamDockManager control and using MVVM to compose your views, then you have probably asked yourself the question, “How do I data bind a collection of objects, which represent...
WPF XamDockManager Floating Panes and XamRibbon Menu Integration Brian Lagunas / Thu, May 30, 2013 Dealing with menus and floating windows is a real pain in the butt! If you have written any type of WPF MDI (Multi Document Interface) application you know exactly what I am talking about. Focus management...
XamDockManager–An Updated Prism Region Adapter Brian Lagunas / Sat, Mar 16, 2013 UPDATE : See the new version of the XamDockManager Prism Region Adapter Last September, I wrote what has become a very popular Prism region adapter for the Infragistics XamDockManager control . As pointed...
XamDockManager–A Prism RegionAdapter Brian Lagunas / Wed, Sep 12, 2012 Writing a generic custom Prism RegionAdapter for a complex control is sometimes difficult, because custom RegionAdapters are custom. They normally have some specific logic built into them that make them...