I have a view named Work.xaml. This Work.xaml contains multiple WorkSkeleton.xaml. The Work.xaml\'s ViewModel is WorkViewModel.
I have a listbox <ListBox x:Name=\"lbFamilies\" Margin=\"41,45,38.25,111\" ToolTip=\"Select the tables to seed\" ItemsSource=\"{Binding ManTntFmly.FmlyList}\" ItemTem开发者_开发知识库plate=\"{Sta
Ok, I\'m pretty sure its just a matter of learning... but I have a very normalized db i\'m working with so when I save to my product tbl I also have a productDollar tble and so on...
View model is loading data asynchronously using background worker thread in model. All properties in the model and view model raise the property changed events, and all properties are being updated in
basically I have a pivot control in my WP7 app that contains 3 views. On each view I\'m calling 1 of my 3 different web services that I run. What I\'m trying to do is call the service only when they n
I\'ve been trying to set the visibility of a stackpanel from my viewmodel but haven\'t had much luck. Heres my XAML:
What is the difference between MVVM messaging and RaisePropertyChanged. I\'m trying to run a function in View model A when a property in view model B changes, which approach is a better one to use -
The question has been asked a couple of times, unfortunately the answers only apply to WPF. Anyone know how to accompl开发者_Go百科ish this in silverlight? Basically I need to focus on a certain textb
I am using MVVM-Light and i have my relay command working perfectly, I have just read that i should be implementing CanExecuteChanged and CanExecute. Although i am unable to find a good example.
I\'ve written code to change the foreground property of a DataGrid cell if the row containing that cell meets a given rule (let\'s say its text must have the value \"Incomplete\"). I can make this wor