Showing and hiding controls in WPF / XAML Get link Facebook X Pinterest Email Other Apps November 24, 2015 A short post on how to show or hide a control in WPF by using a BooleanToVisibilityConverter . As a minimalist example, start by creating a new WPF project from Visual Studio: Read more
WPF Binding an Image using XAML and MVVM Get link Facebook X Pinterest Email Other Apps November 19, 2015 A post describing how to bind an image such as a bitmap or png file to your viewmodel. In Visual Studio create a new WPF project: Read more