I\'m using the mvvm-light toolkit in my windows phone 7 application. I have in my view : <TextBox Height=\"78\" HorizontalAlignment=\"Left\" Margin=\"108,33,0,0\" VerticalAlignment=\"Top\" Width
I\'m having some trouble with databinding inside a UserControl when using an ItemsControl which has an ItemsSource. My Eventtrigger is never called.
I started using MVVM-Light with WPF yesterday 开发者_StackOverflowand it really makes a difference when it comes to structuring the code. But now i\'m trying to figure out how to handle event.
I have a ListBox in a file called Downloads.XAML. The items bound to that ListBox come from a bound list in my ViewModel. I have states that are defined in the ListBoxItem style in a different XAML co
Can someone tell me how to code an event to command in a style for a tabitem?I have no problems using it elsewhere but I can not figure it out for a style.
I\'ve been having some trouble getting a listbox to correctly bind to a collection. I\'ll give the framework code, then explain what I want it to do.
I a button in a view, bound to an I开发者_StackOverflow社区Command property of the ViewModel (actually it\'s RelayCommand from mvvv-light)
HI, I try to understant how to send a message directly to a speciciel Target. I got a small SL projet and and a dunmmy class named class1. I register in the class constructor and listenig for all stri
I am abit confused about how to setup the messaging between views.What I am doing is using a radtabcontrol in my mainpage.Each view开发者_StackOverflow中文版 that is launched after that is bound to a
I\'m making use of the MVVM Light ViewModelLocator. I have a class called GlobalViewModelLocator which is hooked up in the resources in the App.Xaml. This class has a static property called Main which