Boxplots in SeabornHow do you create boxplots in Python’s seaborn? Why would you want to create boxplots in the first […] October 12, 2023 in Python tagged plot / outlier / boxplot / seaborn / matplotlib / whisker / box / Matplotlib by Mike
WPF ComboBox SelectionChangedThe user of your WPF has just made a selection in the ComboBox on your GUI. Which one […] May 23, 2020 in WPF tagged drop / combo / box / selection / down / selectionchanged / changed / drop-down by Mike
WPF ComboBox Colors with SQLiteThis post is a follow-up to a previous post called WPF ComboBox Colors. In this project, I have […] May 12, 2020 in WPF tagged down / combobox / color / drop / options / box / picker / Linq / sql / Dapper / configuration / sqlite / colour by Mike
WPF PasswordBoxThe PasswordBox is similar to the TextBox except that we don’t want to display the characters that the […] April 24, 2020 in WPF tagged password / box / passwordbox by Mike
WPF RichTextBox ControlThe RichTextBox control is a more advanced TextBox that can contain formatted text and arbitrary objects embedded in […] April 24, 2020 in WPF tagged box / rich / richtextbox / text / control by Mike
WPF GroupBoxThe GroupBox is a familiar control for organizing numerous controls. You might use it to surround a group […] April 24, 2020 in WPF tagged content / control / box / group / container / groupbox by Mike
WPF Consuming FileInputBoxConsuming our file input box user control is not difficult. This post illustrates how you might consume the […] April 16, 2020 in WPF tagged consuming / browse / file / user / control / box / open / input by Mike
WPF File Input Box User ControlOne good use-case for creating a user control is a file input text box. This post is based […] April 16, 2020 in WPF tagged dependency / input / file / user / control / box / property 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 system / listbox / fonts / font / display / list / box / 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 selectionchanged / scrollbar / scrollviewer / list / WPF / box / selection / listbox / WPF ListBox 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 loaded / colour / pick / color / down / drop / combo / box / viewer / picker / reflection / Linq by Mike