WPF Button StylesYou can style all of your buttons in your WPF project with code only in one place, instead […] March 24, 2020 in WPF tagged app / styles / setter / property / button / resource / style by Mike
WPF Two Grid Columns the Same SizeYou can force two columns, or rows, in a WPF Grid Panel to be the same size. How […] March 24, 2020 in WPF tagged SharedSizeGroup / IsSharedSizeScope / SharedSizeScope / shared / size / group / same / width / grid 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