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
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
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