WPF User ControlsDo you want to create your own WPF control? Why would you do that? One reason might be […] April 12, 2020 in WPF tagged WPF / user / control / usercontrol by Mike
WPF Border ControlThe Border control is a Decorator control that you can use to draw a border, a background, or […] April 12, 2020 in WPF tagged border / panel / decorator / control / background by Mike
WPF Slider ControlThe Slider control in WPF is very much like the ProgressBar. There is a little more to it […] April 12, 2020 in WPF tagged slider / control by Mike
WPF DataGrid Control ExampleLet’s use the example in the book WPF Illustrated to create a data grid. Create a new WPF […] April 11, 2020 in WPF tagged control / datagrid / example / WPF / WPF DataGrid Control 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 content / WPF / control / range / introduction / controls / items / types 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 TabItem / control / tabcontrol / tab 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 bar / invisible / scroll / listbox / list / control / box / WPF ListBox 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 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 binding / xaml / commandtarget / WPF / cut / editor / text / command / paste / copy / control by Mike
GitLab IntroductionWikipedia says: “GitLab is a web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking and […] February 8, 2020 in Programming tagged CI / CD / continuous / source / git / control / introduction / GitHub / GitLab by Mike
C# Ternary OperatorThe ternary operator is an example of C# flow control. The ternary operator works on three operands. It […] June 3, 2018 in C# tagged operator / flow / else / control / if / ternary / C# Flow Control by Mike
C# Flow Control IntroductionThe post C# Introduction lists all of the C# series of posts we have at this site. Program […] June 3, 2018 in C# tagged control / branch / flow / loop / C# Flow Control by Mike