WPF Read a SQL Server Table into a DataGrid with ...This post is about how to connect to a local SQL Server database and read a table from […] May 3, 2020 in Dapper tagged grid / datagrid / Dapper / database / server / sql / WPF / read / Dapper by Mike
WPF Read a SQL Server Table into a DataGridThis post is about how to connect to a local SQL Server database and read a table from […] May 1, 2020 in WPF tagged open / data / table read / database / connection / server / itemssource / sql / T-SQL / table / read / grid / datagrid by Mike
WPF DataGrid Control Auto-Generated ColumnsThis post follows from the previous post called WPF DataGrid Control Revisited. Below is the XAML code. Below […] April 7, 2020 in WPF tagged generated / data / columns / grid / datagrid / auto / WPF DataGrid Control 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 grid / datagrid / enumeration / resource / resources / WPF / binding / WPF DataGrid Control 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 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 IsSharedSizeScope / SharedSizeScope / shared / size / group / same / width / grid / SharedSizeGroup 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 grid / panel / grids / nesting / inside / stackpanel / WPF 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 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 data / itemsource / excel / freeze / list / select / simple / introduction / grid / datagrid / selection / WPF DataGrid Control by Mike