Stylet/Samples
T.M 6bc5f646f1 ConductorBaseWithActiveItem sets new item as ActiveItem before activating it
Up to now, ScreenExtemsions.TryActivate(newItem) was called
before Conductor.ActiveItem was set to the new item. This commit moves
setting ActiveItem to before TryActivate(newItem) call. This allows for
nested activation - that is, a scenario where newItem can "intercept"
its activation and force parent Conductor to immediately activate
another item inside its OnActivate() override, effectively skipping
newItem without displaying it.

Fixes #140
2020-07-26 19:11:52 +01:00
..
Stylet.Samples.DesignMode Fix typo in DesignMode sample 2016-02-26 14:35:37 +00:00
Stylet.Samples.Hello Fix the samples - they weren't building 2016-01-29 12:46:44 +00:00
Stylet.Samples.HelloDialog ConductorBaseWithActiveItem sets new item as ActiveItem before activating it 2020-07-26 19:11:52 +01:00
Stylet.Samples.MasterDetail Make Master/Detail sample not rely on WPF magic 2018-09-30 18:12:35 +01:00
Stylet.Samples.ModelValidation Update NuGet packages to fix Fody breakage in newer VS versions 2019-01-10 12:33:05 +00:00
Stylet.Samples.OverridingViewManager Change the ViewManager to take a ViewManagerConfig configuration object 2016-01-29 12:47:16 +00:00
Stylet.Samples.RedditBrowser Update NuGet packages to fix Fody breakage in newer VS versions 2019-01-10 12:33:05 +00:00
Stylet.Samples.TabNavigation Conductor.OneActive should close children removed with items.Clear() 2016-12-03 13:15:14 +00:00
Stylet.Samples.sln Move to automatic nuget package restore 2016-07-09 12:15:32 +01:00