The point of what I\'m doing is that there are a lot of things that need to happen in the viewmodel, but when the view has been loaded, not on constructor. I could wire up event handlers and send mess
I have a User Control that displays/manages one or more Addresses for an entity (employee, business, etc).
Can someone point to an example where CollectionChanged is implemented. I am开发者_如何学Python using wpf mvvm light. I tried to google, didn\'t find anything good enough.public ObservableCollection&l
I\'m attempting to create a TreeView in WPF that is bound to a CollectionViewSource. I create groups in the CollectionViewSource and have the HierarchicalDataTemplate setup in the XAML to display the
I\'ve created a view with a listbox on it which shows a collection of Cars on it. If a user clicks on a specific car, 开发者_StackOverflow中文版he needs to be sent to a different view with some detail
In our Silverlight MVVM application we\'re struggling for some time with the Silverlight Toolkit TimePicker. Using it stops the View in which is used the TimePicker to be garbage collected. When I ope
I\'ve been refactoring some code that was originally using the Messenger in MVVM Foundation to now use the Messenger in MVVM Light Toolit. One th开发者_运维问答ing that I can\'t seem to find an equiva
Where there is no shorthand in MVVM Light each time we call PropertyChanged in the setter, something like in flex [Binda开发者_StackOverflow社区ble]:
After selecting a photo using the PhotoChooserTask my entire app seems to be reloading.Anybody else seei开发者_开发百科ng this problem or know if its just a debugging issue?
in MVVM Light, if I have a datagrid binded(2 way) to an obersvable collection, and when I finally hit update after editing couple records and adding new ones, how do I determine which ones have been a