WPF Custom DialogTo create a custom dialog in Windows Presentation Foundation you really just need to create a Window, place […] April 15, 2020 in WPF tagged modal / show / showdialog / custom / dialog by Mike
WPF SkinsSkinning refers to the act of changing an application’s appearance at run time, often as a result of […] April 15, 2020 in WPF tagged resource / style / template / dictionary / skins / skin / resourcedictionary by Mike
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 resource / resources / template / trigger / control / staticresource / controltemplate 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 control / button / template 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 style / themes / templates / styling / restyling / sryles / skins 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 image / picture / control / graphic / dialog / open / pic / openfiledialog / file 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 view / viewer / read / loading / folder / treeview / lazy / load / drive / 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 expansion / selection / treeview / state / 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 tree / templates / template / view / multiple / 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 tree / treeview / databinding / HierarchicalDataTemplate / hierarchical / data / template / view / binding / 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