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 bar / invisible / scroll / listbox / list / control / box / 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 elementname / staticresource / resource / resources / window / converter / bindings / converters / multiple / static 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 conversion / data / value / binding 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 Pack / html / table / extract / scrape / HFTE / hefty / title / Agility / 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 style / newline / text / textblock / span / run / line / wrap / inlines / break / linebreak by Mike
WPF Controls with Built-In Command BindingsSome controls in WPF contain their own command bindings. Let’s look at an example. The TextBox control has […] April 1, 2020 in WPF tagged text / command / paste / copy / control / binding / xaml / commandtarget / WPF / cut / editor by Mike
WPF Commands CanExecuteIn the previous post we implemented a CanExecute event that simply returned true so that the button would […] April 1, 2020 in WPF tagged text / paste / copy / xaml / commands / canexecute / wrap by Mike