PrismLibrary / Prism.Maui

This is an experimental repo. The code here will eventually be merged into the main Prism repo as a full fledged platform at which time this repo will be archived.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Multiple Regions on a Page

dansiegel opened this issue · comments

Description

While Prism "Technically" supports multiple regions on a single page, there is currently a bug in which we expose an attached property to contain any children which normal Navigation interfaces should also attempt to execute on. Currently we are simply proving a binding for a Region's Active Views. This however means that the last Region initialized will be the only region with supported views.

Proposal

Introduce a new IEnumerable that supports registering an individual View or IRegion. The IEnumerable should return all Active Views from all Regions plus any registered Views.