Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mvvm

Update ItemsControl when an item in an ObservableCollection is updated

Design-Time setup of a ViewModel

WPF - Columns don't hide properly when GridSplitter is moved

c# wpf mvvm grid gridsplitter

Why is this XAML getting the error: Items collection must be empty before using ItemsSource

c# wpf mvvm

Recommended WPF Project Structure?

How to preserve the full state of the View when navigating between Views in an MVVM application?

Does calling View Model methods in Code Behind events break the MVVM?

c# wpf mvvm

How to use android navigation without binding to UI in ViewModel (MVVM)?

WPF: Is Prism overkill for small apps?

c# .net wpf mvvm prism

Why doesn't anyone use the INotifyPropertyChanging?

c# wpf mvvm

Show view from non-view/viewmodel in mvvmcross

MVVM and View/ViewModel hierarchy

c# windows xaml mvvm viewmodel

How to set error on EditText using DataBinding Framework MVVM

MVVM- How can I select text in a textbox?

c# wpf mvvm textbox mvvm-light

MVVM - implementing 'IsDirty' functionality to a ModelView in order to save data

ObservableCollection not updating View

Why is ICommand better than code behind calling the VM?

c# .net wpf mvvm

CollectionViewSource does not re-sort on property change

c# wpf binding mvvm collections

Binding a picker to mvvm command Xamarin forms

How would MVVM be for games?

c# wpf silverlight mvvm