Browse By Tags

  • Problem "New Horizontal/Vertical Tab Group" option

    Hi,

    I am facing a small problem with Regions when using Microsoft Prism in WPF. One of the read only views is opened by default but it allows to open new views in same region. As part of testing it was discovered that all new views always disappearing…

  • Persist Control Settings For Users Via IsolatedStorageFile vs Properties.Settings

    Hi,

    I need to implement a general mechanism to persist column selections, sorted columns etc. of XamDataGrid, placements of DockManager's panels etc. The application is based on .Net Framework 4.0 and using Microsoft PRISM framework for plug-ins. The…

  • TabHeader text not showing for ContentPane docked in TabGroupPane

    I'm a newbie to WPF, Infragistics & the Prism framework, but I was given what seemed like a simple task to make the value supplied for TabHeader on a igDock:ContentPane to actually show on the DockPanel when it is docked in a TabGroupPane.  

  • XamDockManager–An Updated Prism Region Adapter

    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 out in the post, this original XamDockManager Prism…

  • XamDockManager–A Prism RegionAdapter

    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 fit into a particular application just right.  You…

  • XamDockManager and Prism fails

    I see a similar question has been asked on this forum before, but when I try to run the attached sample code it crashes, and the thread does not provide a real solution, so here goes...

    What I want to do is the following:

    In XAML, create the XamDockManager…