WPF ToggleButtonThe WPF ToggleButton is a “sticky” button that holds its state when it is clicked. Clicking it the […] April 22, 2020 in WPF tagged toggle / off / togglebutton / always / topmost / top / button / on by Mike
WPF Data Binding in XAMLIn this post we will have our first example of data binding in Windows Presentation Foundation using XAML […] April 22, 2020 in WPF tagged data / data binding / binding / WPF Data Binding by Mike
WPF MenuBuilt-in to WPF are the two familiar menu controls: Menu and ContextMenu. Menus are just another set of […] April 19, 2020 in WPF tagged menus / menuitem / menu by Mike
WPF ToolBarThe ToolBar control is typically used to group together many small buttons or other controls as an enhancement […] April 18, 2020 in WPF tagged bar / tool / toolbar by Mike
WPF CalendarWPF has a nice built-in Calendar that looks like the one in Windows. It works along with the […] April 18, 2020 in WPF tagged date / calendar / datepicker / dates by Mike
WPF Gadget-Style ApplicationsWith WPF you can create non-rectangular top-level windows that give your application a different shape just like those […] April 17, 2020 in WPF by Mike
WPF Ink CanvasThe WPF InkCanvas control is discussed on pages 316 – 318. The main purpose of the InkCanvas control […] April 17, 2020 in WPF tagged draw / ink / canvas / inkcanvas / handwriting by Mike
WPF LabelThe WPF Label control is a content control that doesn’t have the notion of being clicked (like a […] April 17, 2020 in WPF tagged label / Textbox / focus / display / text / key / access by Mike
WPF Radio ButtonThe WPF radio button control is a type of button that derives from ToggleButton. It is unique because […] April 17, 2020 in WPF tagged button / radio / toggle / radiobutton / ischecked by Mike
WPF The Control ClassAs Microsoft says: “[The control class] represents the base class for user interface (UI) elements that use a […] April 17, 2020 in WPF tagged controltemplate / control / class 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 control / box / open / input / consuming / browse / file / user 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 file / user / control / box / property / dependency / input by Mike