Month: January 2017
An implementation of using the WPF Combo Box using MVVM patterns. The intention is to get a ComboBox control’s SelectedItem property to bind to an instance of a selected object, …
In this post I demonstrate how the methods of a DocumentViewer class may be invoked via MVVM / WPF in order to modify the way an embedded PowerPoint presentation is …
Step 1: Create a new WPF projectStep 2: Create the ViewModel classesAdd the ViewModel classes that are used to do the bindings with the User Interface componentsMainWindowViewModel.csThis includes the WindowState …
Example scenario: User clicks the mouse in a WPF application – how do we ‘listen’ to that event in order to trigger and handle an event in the main code? …