Media Summary: Take full control of the look and feel by overriding a control's ControlTemplate! Learn to create a ControlTemplate from scratch, ... How to use the OpenFileDialog class to select file(s) from our file system, as well as a few tricks for filtering, dialog setup, ... Learn how to create a custom loading spinner control in
Wpf Angle Picker - Detailed Analysis & Overview
Take full control of the look and feel by overriding a control's ControlTemplate! Learn to create a ControlTemplate from scratch, ... How to use the OpenFileDialog class to select file(s) from our file system, as well as a few tricks for filtering, dialog setup, ... Learn how to create a custom loading spinner control in Learning the basics of the ListView control including add, delete, and clear, as well as single and multiple selection modes and ... Learning how to use ObservableCollection as the ListView's Item source, allowing us to use a single collection in our code and ... Learn how to logically separate your GUI and business logic by using data bindings and the interface INotifyPropertyChanged.
Continuing to implement the MVVM pattern, adding RelayCommands so that we an bind our button commands to actions in our ... Use style resources to make your applications much cleaner and more maintainable! Learn how to use global styles that apply to ... Diving into the Grid control to learn the basics of creating a clean, responsive UI design. Creating row and column definitions, ... Part of a series of tutorials on creating