I want to create a project that contains 2 views and 2 viewmodels. One of the views will display persons that i get from a feed and the other will display the weather which I also receive from a feed.
Not sure if this was a design decision but IMessenger.Send seems to be missing overload that ac开发者_运维知识库cepts a tokenAssuming that by \"token\" you mean a string that identifies something abou
Is there a way to add a DoubleClickEvent to each Row in xaml rather than using the event of the datagridcontrol?
I have a MVVM p开发者_JAVA技巧roject that polls a feed every 10 seconds to see for updates. The result from the feed is displayed using a ObervableCollection.
Hey all, I\'ve got a scenario where I want to switch the visiblity of 4 different content controls.The visual states I have set opacity, and collapsed based on each given state (See code.)What I\'d li
I\'ve started using mvvm-light toolkit , and new to WPF. My question is: I want to create an pplication where the main window includes a grid with 2 columns 1 col command and col2 will display views
Now that I\'m working on my newer application that uses MEF with the MVVM light toolkit, I\'ve run into a case where I can\'t load specific plugins because they rely on a part that isn\'t getting expo
I have a observable collection exposed as a property within a view model. The observable collection is loaded with objects from a data access layer (linq2sql).
What is the best practice to load an UserControl into an Window with MVVM-Light? Where create the UserControl instance, in the ViewModel from Window or direct开发者_JAVA百科 in the window?Your VM shou
I am building an application which has multiple user entry screens. I would like to know if there are advantages/disadvantages of using wpf popups r开发者_JAVA技巧ather than modal windows?