WPF CheckBox ControlA CheckBox is a familiar control to even the casual computer user. CheckBox is a simple class in […] April 9, 2020 in WPF tagged WPF / check / box / checkbox by Mike
WPF ListBox SelectionListBox SelectionChanged Event This post follows along using the example from the previous post. The series links can […] April 9, 2020 in WPF tagged listbox / selectionchanged / scrollbar / scrollviewer / list / WPF / box / selection / WPF ListBox by Mike
WPF Controls IntroductionWindows Presentation Foundation (WPF) has a standard set of controls that enable you to easily assemble a modern […] April 8, 2020 in WPF tagged introduction / controls / items / types / content / WPF / control / range by Mike
WPF DataGrid Control RevisitedWe already have a post on this topic called WPF Data Control. This control can display multicolumn rows […] April 7, 2020 in WPF tagged WPF / binding / grid / datagrid / enumeration / resource / resources / WPF DataGrid Control by Mike
WPF Window ClassWhat is the window class that you get automatically when you create a new WPF application in Visual […] April 3, 2020 in WPF tagged WPF / window / class / xaml / namespace by Mike
WPF Controls with Built-In Command BindingsSome controls in WPF contain their own command bindings. Let’s look at an example. The TextBox control has […] April 1, 2020 in WPF tagged commandtarget / WPF / cut / editor / text / command / paste / copy / control / binding / xaml by Mike
XAML Data Binding DataContextThe wpf-tutorial.com website has an introductory discussion on the DataContext property. The DataContext property is the default source […] March 31, 2020 in WPF tagged datacontext / data / WPF / binding / property by Mike
WPF Data Binding IntroductionWhat is binding in WPF? It is about tying together .NET objects. It’s about fastening together. In the […] March 31, 2020 in WPF tagged introduction / binding / xaml / synchronize / data / WPF / WPF Data Binding by Mike
WPF RGB Color ViewerThis post is an update to the previous post called C# WPF RGB Color Viewer. Below is the […] March 31, 2020 in WPF tagged color / RGB / viewer / binding / tryparse / conversion / picker / hyperlink / WPF by Mike
WPF Nesting GridsIn this WPF example, I will show how to put two grids inside a “parent” grid. The code […] March 24, 2020 in WPF tagged WPF / grid / panel / grids / nesting / inside / stackpanel by Mike
WPF DockPanelThe very useful DockPanel allows you to easily dock elements over to sit against the entire side of […] March 22, 2020 in WPF tagged dockpanel / WPF / panel / dock by Mike
WPF Grid PanelWPF provides five main built-in layout panels. Here is the list in order of complexity and general usefulness. […] March 21, 2020 in WPF tagged WPF / columns / grid / panel / rows by Mike