Top "Wpf-controls" questions

WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.

WPF CheckBox with "Button" appearance

I need a button-like control that can have a Checked property, so that when clicked it stays pressed. I had …

wpf checkbox wpf-controls
Styling GridSplitter wpf C#

i 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 gridsplitter
WPF: How to make a button background transparent

I want to know how to set a wpf button background to transparent. thank you

wpf button wpf-controls background
What is the WPF equivalent for the FlowLayoutPanel?

I am working on a WPF application (a one note clone which is called "note your life") where you can …

wpf layout wpf-controls flowlayoutpanel
Make WPF textbox as cut, copy and paste restricted

How can I make a WPF textbox cut, copy and paste restricted?

c# wpf wpf-controls
Set superscript and subscript in formatted text in wpf

How can I set some text as subscript/superscript in FormattedText in WPF?

wpf wpf-controls subscript superscript formatted-text
How to draw connecting lines between two controls on a grid WPF

I am creating controls (say button) on a grid. I want to create a connecting line between controls. Say you …

wpf wpf-controls grid lines connector
How to add horizontal separator in a dynamically created ContextMenu?

I was looking for the solution on the internet but was not able to find it within my sample. I …

wpf wpf-controls binding wpfdatagrid
Gaps between items in my ListBox

When I create ListBox with horizontal items ordering for example like this: <DockPanel> <ListBox> <ListBox.…

.net wpf listview listbox wpf-controls
Building a great dashboard app in WPF -- what are the controls available out there?

My application collects business data from various sources, aggregates it, groups and filters, and needs to display it. Pretty uncommon, …

wpf controls wpf-controls dashboard