mvvm-foundation Questions

5

Solved

I want to make a user control that shows an image and can invoke a command when clicked. Later I want to bind a list of these controls to a list of products.
Fractocumulus asked 27/4, 2010 at 10:43

2

Solved

Below is my xaml. I have an image inside a canvas. I want to draw rectangle on the image when mouse is dragged on the image. I did it successfully in WPF. But now I want to do it in MVVM. Instead o...
Apophyllite asked 8/5, 2013 at 6:47

2

Suppose I have a ViewModel TabViewModel that Extends ObservableObject the class for ViewModels in the MVVM Foundation Framework. Then I also have a EditorTabViewModel that extends TabViewModel, Now...
Ensign asked 17/10, 2010 at 2:12

2

Solved

I'm building a WPF app and trying to conform to MVVM best practices. I'm using the MVVM Foundation framework and noticed the Messenger class, which I've read should be used for handling dialogs in ...
Ramberg asked 24/11, 2009 at 20:45
1

© 2022 - 2024 — McMap. All rights reserved.