Can anyone give out the best practices for playing around with controls at runtime such as creating a new view,adding views inside a view,adding contr开发者_如何学编程ols to containers using MVVM patt
I want to bind itemsource of column to main datacontext of xaml Before I had it done like that: <telerik:GridViewComboBoxColumn Header=\"Type\" DataMemberBinding=\"{Binding VehicleCondition}\" It
I have a viewModelnamed CarsList with main property public ObservableCollection<Car> Cars { get { if (_cars.Count == 0)
I have a whole list of validation rules that are either warnings (can continue) or fatal (cannot continue).
Currently getting started on a new wpf project and want to use mvvmlight. My initial thought was to have 4 buttons as navigation at top of the window and then a contentcontrol where new views would be
Further to my question how can I bind Bing Pushpins from multiple models? This is pretty new to me and I have been searching through the web but there seem so many different approaches to MVVM and th
I have a search view and details(2-3) views that depend on the selection of the search view. Up on selection the search view model sends the message to change the view to Main viewModel and also sends
I\'ve registered two messages: Messenger.Default.Register<NotificationMessage<DriverEventItem>>(this, NotificationMessageReceived);
I have a control, when I need dislay person with two column: -fullname -best friend The problem is , that property BestFriend on Person is an object.
I have a WP7 app that I recently upgraded to WP7.1 (including the MVVM-Lite assemblies) and the SL Media Framework player (SMF) stopped working. I turned on logging in the player and noticed that the