WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
I need a button-like control that can have a Checked property, so that when clicked it stays pressed. I had …
wpf checkbox wpf-controlsi want to style my GridSplitter like adding dots on it (as found on http://msdn.microsoft.com/en-us/library/…
wpf wpf-controls styling templating gridsplitterI want to know how to set a wpf button background to transparent. thank you
wpf button wpf-controls backgroundI am working on a WPF application (a one note clone which is called "note your life") where you can …
wpf layout wpf-controls flowlayoutpanelHow can I make a WPF textbox cut, copy and paste restricted?
c# wpf wpf-controlsHow can I set some text as subscript/superscript in FormattedText in WPF?
wpf wpf-controls subscript superscript formatted-textI am creating controls (say button) on a grid. I want to create a connecting line between controls. Say you …
wpf wpf-controls grid lines connectorI was looking for the solution on the internet but was not able to find it within my sample. I …
wpf wpf-controls binding wpfdatagridWhen I create ListBox with horizontal items ordering for example like this: <DockPanel> <ListBox> <ListBox.…
.net wpf listview listbox wpf-controlsMy application collects business data from various sources, aggregates it, groups and filters, and needs to display it. Pretty uncommon, …
wpf controls wpf-controls dashboard