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 loaded / colour / pick / color / down / drop / combo / box / viewer / picker / reflection / Linq 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 window_loaded / box / Linq / example / listbox / colors / colours / list / loaded / color / C# / predefined / query / WPF ListBox by Mike
WPF ListBox ControlAt this site there is an older post on the ListBox. It gives an example of a ListBox […] April 6, 2020 in WPF tagged box / bar / invisible / scroll / listbox / list / control / WPF ListBox by Mike
WPF ComboBox ControlThe ComboBox control enables users to select one item from a list of items. It’s nice because it […] April 5, 2020 in WPF tagged combobox / items / control drop-down / selection by Mike
WPF Value Conversion with Multiple IValueConvertersThis follows from the last post. In a program, you may have the need for multiple converters. In […] April 5, 2020 in WPF tagged static / elementname / staticresource / resource / resources / window / converter / bindings / converters / multiple by Mike
WPF Value Conversion with IValueConverterData binding is a concept that is a little more complex than many other WPF concepts, including controls […] April 4, 2020 in WPF tagged binding / conversion / data / value by Mike
WPF Expander ControlThe expander control reminds me of the FAQ pages on some websites. It’s like an accordian. They have […] April 4, 2020 in WPF tagged FAQ / hyperlink / expander by Mike
The Content Property In XAMLWhen you are working with XAML controls, you will find that not all controls have a Content property. […] April 3, 2020 in WPF tagged content / xaml / property by Mike
WPF TextBox ControlThe TextBox control in Windows WPF programs is used to allow users to type in one or more […] April 3, 2020 in WPF tagged control / Textbox by Mike
WPF Window ClassWhat is the window class that you get automatically when you create a new WPF application in Visual […] April 3, 2020 in WPF tagged WPF / window / class / xaml / namespace by Mike
HTML File Table ExtractorThis is a WPF sample program that scrapes an HTML file for the data it contains in all […] April 2, 2020 in WPF tagged Agility / Pack / html / table / extract / scrape / HFTE / hefty / title / HTML Agility Pack by Mike
WPF TextBlock ControlThe TextBlock allows you to put text on the screen, much like a Label control does. A common […] April 2, 2020 in WPF tagged linebreak / style / newline / text / textblock / span / run / line / wrap / inlines / break by Mike