WPF Control Template with TriggerOur objective in this post is to use an example by Adam Nathan to learn how to create […] April 14, 2020 in WPF tagged trigger / control / staticresource / controltemplate / resource / resources / template by Mike
WPF Simple Control TemplateA template allows you to completely replace a an element’s visual tree with anything, while keeping its functionality […] April 14, 2020 in WPF tagged template / control / button by Mike
WPF Styles Templates Skins and ThemesOne of the biggest and most important features of WPF is its ability to give the user interface […] April 14, 2020 in WPF tagged restyling / sryles / skins / style / themes / templates / styling by Mike
WPF StatusBar ControlAs WPF Tutorial says: “With the top of the application window usually occupied by the main menu and/or […] April 13, 2020 in WPF tagged status bar / statusbar by Mike
WPF Image ControlThe Image control allows you to display pictures inside your applications. The Source property, which points to specify […] April 13, 2020 in WPF tagged open / pic / openfiledialog / file / image / picture / control / graphic / dialog by Mike
WPF TreeView Lazy LoadingWPF Tutorial says: “The usual process when using the TreeView is to bind to a collection of items […] April 13, 2020 in WPF tagged treeview / lazy / load / drive / view / viewer / read / loading / folder / WPF TreeView by Mike
WPF TreeView Selection/Expansion StateWPF Tutorial says: “In the previous couple of TreeView articles, we used data binding to display custom objects […] April 13, 2020 in WPF tagged treeview / state / expansion / selection / WPF TreeView by Mike
WPF TreeView Multiple TemplatesThis post follows from the previous post called WPF TreeView Data Binding. This post is based on the […] April 13, 2020 in WPF tagged template / view / multiple / tree / templates / WPF TreeView by Mike
WPF TreeView Data BindingAs WPF Tutorial says in their website post TreeView, data binding and multiple templates “The WPF TreeView supports […] April 13, 2020 in WPF tagged hierarchical / data / template / view / binding / tree / treeview / databinding / HierarchicalDataTemplate / WPF TreeView by Mike
WPF TreeView HeadersWPF Tutorial says in their article A simple TreeView example: “The Header is an interesting property, though. As […] April 13, 2020 in WPF tagged header / view / tree / treeview / WPF TreeView by Mike
WPF TreeView Control IntroductionThe TreeView is the best control for displaying hierarchical data with nodes because it has nodes that the […] April 13, 2020 in WPF tagged tree / treeview / hierarchical / node / nodes / view / control / introduction / WPF TreeView by Mike
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