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 parse / datagrid / weather / celcuis / fahrenheight / API / xml / 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 list / WPF / bar / scroll / listbox / listview 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 weather / API 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 display / list / box / system / listbox / fonts / font / 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 WPF / check / box / checkbox 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 selection / listbox / selectionchanged / scrollbar / scrollviewer / list / WPF / box / 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 control / range / introduction / controls / items / types / content / WPF 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 data / columns / grid / datagrid / auto / generated / 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 resource / resources / WPF / binding / grid / datagrid / enumeration / 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 tab / TabItem / control / tabcontrol by Mike
WPF ComboBox ColorsThis post is a sample program of a ComboBox that lists all of the WPF system colors. It […] April 6, 2020 in WPF tagged viewer / picker / reflection / Linq / loaded / colour / pick / color / down / drop / combo / box by Mike
WPF ListBox of ColorsThis post is a sample Windows Presentation Foundation (WPF) program of a ListBox that lists all of the […] April 6, 2020 in WPF tagged colours / list / loaded / color / C# / predefined / query / window_loaded / box / Linq / example / listbox / colors / WPF ListBox by Mike