WPF Buttons and Message BoxesButtons are a very familiar interface element, but the precise definition is not obvious. A button is a […] March 28, 2020 in WPF tagged button / message / show / App.xaml / messagebox / app / box by Mike
WPF StackPanel LayoutThe StackPanel is easy to use, code and understanding, making it a popular panel. It sequentially arranges controls […] March 28, 2020 in WPF tagged layout / stackpanel by Mike
WPF Grid Row and Column SizingThe default height and width for Grid rows and columns is *. What does * mean? When a […] March 27, 2020 in WPF tagged auto / size / row / sizing / * / column / grid by Mike
WPF Grid SplitterIn your WPF projects you can add a grid with a grid splitter. What is a grid splitter? […] March 26, 2020 in WPF tagged grid / splitter by Mike
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
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
WPF VersionsSnesh Prajapati over at the Code Project website wrote an article about the versions of WPF called WPF: […] September 30, 2018 in WPF tagged WPF / version / versions by Mike
WPF DataGrid Control IntroductionThe DataGrid control was introduced in WPF version 4.0. The Windows Presentation Foundation (WPF) DataGrid is a powerful […] September 30, 2018 in WPF tagged grid / datagrid / selection / data / itemsource / excel / freeze / list / select / simple / introduction / WPF DataGrid Control by Mike
WPF TextBox and TextBlockIn a WPF application, what are the similarities and differences between the textbox and textblock controls? The answer […] September 29, 2018 in WPF tagged label / Textbox / textblock by Mike