Month: March 2017
Some prefer to display items contained inside a WPF WrapPanel so that they can be scrolled vertically, others prefer horizontal scrolling.This post shows how to do both, by way of …
A very short description of how to create horizontal scrolling pages using HTML and CSS style sheets.Original inspiration is from this YouTube tutorial by Todd Shelton, which I have even …
Step 1: Create a new WPF project Step 2: Install MVVM LightSelect Tools > NuGet Package ManagerAt the prompt type:Step 3: Add event handling codeSee this link for referencehttps://www.technical-recipes.com/2016/using-relaycommand-icommand-to-handle-events-in-wpf-and-mvvm/Right click …
Google analytics is often associated with the recording and reporting of web page interactions, but it can easily be adapted to record user actions in a non-web desktop application too. …