Closed DamianSuess closed 4 months ago
Currently testing
Issue found in ModulesSampleApp
where ItemsControlRegionAdapter
is already bound. Using the same region adapter from SampleMvvmApp causes a module to not register its events quick enough.
Prism.Navigation.Regions.RegionCreationException
An exception occurred while creating a region with name 'ListRegion'. The exception was: System.InvalidOperationException: ItemsControl's ItemsSource property is not empty.
This control is being associated with a region, but the control is already bound to something else.
If you did not explicitly set the control's ItemSource property,
this exception may be caused by a change in the value of the inherited RegionManager attached property.
Ready to roll baby!
"WOOO!!" - Ric Flair
Details
ItemsControlRegionAdapter
Linked To Issue/Feature
178
Tests