I have been following Jesse Liberty\'s tutorial on MVVM Light for Windows Phone 7, but I\'m stuck on this problem. I need to navigate from a main page to a detail page.Following the tutorial, I\'m usi
I\'m fairly new to WPF, and I want to create an MVVM based application that use a main window as the shell, have some menu items and when I click those, the Content property of a ContentControl change
Has somebody a good example to create a UserControl, and then bind commands to it? My problem is to forward the command to a control in the UserControl, for example to a TreeView\'s Drop event. It\'s
I have created a) a basic application MVVMLight framework. b) another project in the same solution having an Entity Model (NorthwindModel.edmx).
I have beenscratching my head on why the selection changed event for a listbox does not fire. I have a panaroma items being created dynamically in the code behind... Kind of new to wpf/xaml
I\'ve created solution to reproduce a problem that I\'m having with MVVM-Light EventToCommand vs InputBindings. The issue revolves around one window opening another and if I have an InputBinding conne
I have a MVVM Light View Model with a ListBox bound to a List<>.The Listbox gets populated initially just fine, but when I change to a different list at runtime (not just adding items), it does not
I have been doin开发者_JAVA百科g some silverlight recently and was told that the bindinglistener in mvvmlight would be helpful.what does this class do?In Silverlight 3, you cannot derive from Dependen
The problem that I am having is a little hard to describe, so please hear it out. I\'m simply opening one window from another and then trying to close the second one. If I use Command of the InputBin
Here is my situation. ViewModelA { ObservableCollection<Items> ItemsA ObservableCollection<ViewModelB> ViewModelBs