WPF ToolTipsThe Tooltip is one of the three content containers that don’t have the notion of being clicked. The […] April 11, 2020 in WPF tagged Tooltip / infotips / hints by Mike
WPF DataGrid Control ExampleLet’s use the example in the book WPF Illustrated to create a data grid. Create a new WPF […] April 11, 2020 in WPF tagged WPF / control / datagrid / example / WPF DataGrid Control by Mike
WPF Weather API with DataGridIn this example program we have a DataGrid that is filled with data from an API. This is […] April 10, 2020 in WPF tagged API / xml / parse / datagrid / weather / celcuis / fahrenheight / WPF DataGrid Control by Mike
WPF ListView and ScrollViewerThe ListView control derives from (inherits from) ListBox. A ListView is basically like a ListBox, but it also […] April 10, 2020 in WPF tagged listbox / listview / list / WPF / bar / scroll by Mike
WPF Weather APIAre you developing a Windows WPF program that would benefit from having a weather forecast for your area […] April 9, 2020 in WPF tagged API / weather by Mike
WPF ListBox List FontsHere is another example of the ListBox. Here we will display all of the system fonts. Below is […] April 9, 2020 in WPF tagged fonts / font / display / list / box / system / listbox / WPF ListBox by Mike
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 check / box / checkbox / WPF 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 list / WPF / box / selection / listbox / selectionchanged / scrollbar / scrollviewer / 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 content / WPF / control / range / introduction / controls / items / types 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 datagrid / enumeration / resource / resources / WPF / binding / grid / WPF DataGrid Control by Mike
WPF TabControlThe TabControl is a type of selector control in WPF that is useful for switching between multiple pages […] April 7, 2020 in WPF tagged control / tabcontrol / tab / TabItem by Mike