WPF Border ControlThe Border control is a Decorator control that you can use to draw a border, a background, or […] April 12, 2020 in WPF tagged background / border / panel / decorator / control 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