Advanced Forum Search Results
-
I'm trying to get my ComboBox to bind to an object property in my view model. When the form loads the view model is passed to the constructor and is set to the user control's DataContext property. The view model raises an event after it populates its properties with data it retrieves from a web service. The user ...