Tag Archives: form-controls

WPF Controls: Form controls

This post covers some of the most common controls found in forms.

All controls where the user can input data have by default the binding set to two-way mode. It means bound data will be updated on the source if the user change values on the screen (given that the model implements INotifyPropertyChanged).

2015-36-11 01-36-31-906
Continue reading