Hi I\'m trying to pass eventargs to comman that I bind in ViewModel. Everything works fine if I don\'t use PassEventArgsToCommand=\"True\". But If put PassEventArgsToCommand=\"True\" than app break. D
I\'m having an issue where the property IsInDesignMode is not retur开发者_开发技巧ning the expected value of true when running the solution in VS or Blend.My environment consists of Win Server 2008 R2
Specifically in MVVM Light toolkit?I\'ve not dove into the Prism code yet to see what i开发者_Go百科t does in regard to regions in a WPF UI.Seems like with the messaging and the ViewModelLocator in MV
I want to use CommandParameter attribute in a context menu associated to a DataTemplate. The commandParameter should contain a reference to the object that triggered the data template as shown in the
Greetings, I have a ViewModel for a ProductCategory. The ProductCategory has a boolean Active field. Is is possible to 开发者_开发问答have a single ProductCategoryViewModel and be able to get a colle
If I target a message from ViewModelA to ViewModelB, 开发者_JAVA百科is there a way to catch this notification from my unit test that is testing ViewModelA where the Message is raised?
I have a listbox in which I am displaying the records from the database. Its coming one after the other in a single column. How to put the records programitically as 3 rows and 3 columns i.e. 3 record
I am dynamically creating the checkboxes at runtime and also applying the style at runtime. Designer has developed a checkbox like control that am applying at runtime. and he put a Label on that check
I\'m using MVVM Light on an Windows Phone app.I would like to set the selected item on a listbox after it is databound.
I have listbox in开发者_JAVA技巧 which I am dynamically showing the pre selected checkboxes from the database. Now I want to loop through it to get the selected items/values. I am using mvvm light wpf