As usual, I\'m tryi开发者_开发技巧ng to use a new technology and having problems right off the bat.
I have a ViewModel in a MVVM project that is bound to a WPFView that contains a listbox where data is loaded asynchronously when you start a search.
Hi i have recently looked into WPF and started learning about Events and Commands. I typically use Commands on Button clicks which causes a method to Run in my \"view model\".
I am working on a Silverlight application using V3 SP1 of MVVM Light Toolkit. My application is fully French/English.All UI elements (buttons, labels, etc.) and all the data (models).I need dynamic l
I am building a WPF application using MVVM Light and having problems tying up my Views to my View Model. I have a view model in which I am passing in an Interface of IDataContext, which is basically p
SL4VS2010 MVVM-light c# ,messenger. I have a parent userControl calling a child userControl. (both have
I am using Devexpress\'s SpinEdit control on a view. There is an event on it called \'EditValueChanging\'. I need to remove this event from the view\'s code-behind and use RelayCommand in viewmodel in
I once used a code snippet I saw/found in the past that would turn my single statement into a private/public getter/setter, I\'ve been so far unable to repeat that find since reinstalling my machine.
HI, I\'m using MVVMLight and i would like a particular VM to reference to another VM\'s property. Currently, i using the ViewModelLocator.SomeViewModelStatic to do it. At times, i would also like to
I am at the stage in a project where I need to get control of enabling / disabling 开发者_C百科some hyperlinks based on various business rules. I noticed all topics on RaiseCanExecuteChanged event ref