Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
762
stars
122
forks
source link
No refresh when the same viewModel is used in a List<INavigationItem> #173
Open
jebissey opened 2 years ago
Hi, To reproduce the issue, just modify and add these lines in MaterialDesignExtensionsDemo/MainWindow.xaml.cs:
And modify MaterialDesignExtensionsDemo/ViewModel/OversizedNumberSpinnerViewModel.cs:
So we could think we only have to do this
But it is the same result, display doesn't reflect the change despite of the constructor call.