Mahapps.metro: TransitioningContentControl vs. ContentControl

Created on 20 Jun 2018  Â·  5Comments  Â·  Source: MahApps/MahApps.Metro

  • MahApps.Metro version 1.6.4
  • OS: Win10 1803
  • Visual Studio 2017 15.7.4
  • .NET Framework 4.7.2

The DataContext of the (Transitioning)ContentControl is bound to a class with a Enum property CardTypeValue which fires INotifyPropertyChanged. The ContentTemplate is set via DataTriggers (one for each Enum value). The default ContentControl recognizes the notification and changes its ContentTemplate. The TransitioningContentControl doesn't do this.

ContentControl :
contentcontrol

TransitioningContentControl:
transitioningcontentcontrol

Bug

All 5 comments

Additional info:

01

@seb30 I think I know what's the problem is, but it would be nice if you can separate this one in a simple app.

I'm out of office for a week. I will do this after my vacation.

@seb30 It would be nice if you can test the latest changes against your app after your vacation :-D

The latest v2.0 alpha NuGet package can be found here https://ci.appveyor.com/nuget/mahapps.metro

@punker76 I've tried with the latest 2.0.0-alpha0067 and … check the results by yourself:

transitioningcontentcontrol

Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

somil55 picture somil55  Â·  3Comments

robertmuehsig picture robertmuehsig  Â·  3Comments

economypowers picture economypowers  Â·  4Comments

Coder-Bryan picture Coder-Bryan  Â·  3Comments

timunie picture timunie  Â·  4Comments