.Net
[WPF] Animating rectangle width based on List<int> in View Model
Hi there! I’m currently learning WPF / MVVM and I’m trying to do the following: – I have a view and a corresponding ViewModel. – This ViewModel has a List<int> with a set of values. Read more…