• Hi everybody, A couple weeks ago Agustin ported the Prism’s PopupChildWindowAction for Silverlight to WPF: Prism: InteractionRequest and PopupModalWindowAction for WPF applications As you can read in its blog post, his PopupModalWindowAction had some limitations when defining a custom ChildWindow, mainly because you cannot reuse the same instance of a Window after it’s closed. Talking... read more
  • Registering a view in a specific region manager

    Published by dcherubini on October 6th, 2011 3:31 pm under Prism, Prism 4

    No Comments
    Hi everybody, The AutoPopulateRegionBehavior provided in Prism (that is, the one that it’s used with the RegisterViewWithRegion method, as explained in this section of the Prism documentation) is a behavior that automatically populates a region with the views that have been registered for it as soon as it is created or when a new view registration occurs. This... read more
  • Regions inside DataTemplates in Prism v4

    Published by dcherubini on September 23rd, 2011 7:04 pm under Prism, Prism 4

    No Comments
    Note: You can find an updated another approach in this post. Hi everybody, There is a known issue in Prism where, if a Region is defined inside a DataTemplate, the Region is never register in the corresponding RegionManager. Based on our understanding, the region is created, but it does not get registered by the RegionManagerRegistrationBehavior... read more