Sometimes a view model needs to raise notifications, that a view should handle and do something in response, esp. when these can\'t be modeled as properties and property change notifications.
I wish I knew what I did to cause this, but I cannot use the Visual Studio 2008 Designer at all with with MVVMLight templates.I receive a \"Could not create an instance of type \'ViewModelLocator\'. i
In a MVVM WPF application. How do you set a second windows parent from the ViewModel? example: view1 -- viewModel1
I\'m new to SilverLight and Mvvm-Light. I have a DataForm on my view that displays/edits a SelectedPerson property (a Person object) of my view model.
I have a class called CustomerService which simply reads a collection of customers from a file or creates one and passes it back to the Main Model View where it is turned into an ObservableCollection.
I\'m running VS 2010 along with Expression Blend 4 beta.I created a MVVM Light project from the supplied templates and I get a System.IO.FileLoadException when I try to view the MainWindow.Xaml in VS
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, bu开发者_如何学运维t this question will likely
RelayCommands overriding the \"IsEnabled\" of my buttons. Is this is a bug? Here is xaml from my View and code from my ViewModel
I\'m getting an odd problem when implementing a master / child view and custom dependency properties.
I am building a settings dialog for my application and right now all of the settings correspond with settings on the main v开发者_C百科iew-model, but as I add more view\'s and view-models some may not