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 Button isPressed and isEnabled problem

Update: using Expression Blend 3 I'm trying to style the IsPressed & IsEnabled(false) property triggers for a class of buttons …

wpf xaml wpf-controls expression-blend
Any WPF Gauge Controls that are open source?

I need to find an open source WPF Gauge Control that I can use in my Rich Client (not for …

.net wpf wpf-controls
WPF ComboBox performance problems by binding a large collections

I'm trying to bind a large collection to a ComboBox and I faced performance problems when opening ComboBox's popup. I …

wpf data-binding combobox wpf-controls
Set WPF webbrowser control to use IE10 mode

How can i set the WPF webbrowser controls to render pages in iE10 mode or the higher version installed on …

wpf wpf-controls webbrowser-control
How to make a WPF ListView no taller than its contents but fit to the window with other controls?

I'm trying to arrange a WPF UI as follows: At top of the window are some controls of self-determining height (…

wpf listview wpf-controls autoresize docking
Design effects in WPF (tricks to enhance app's appearance)

I have developed an application that must be presented on exhibition as advertising. I want it to look more sexy! …

c# wpf wpf-controls
Difference between datagrid and grid in wpf

What is the difference between DataGrid (not GridView) and Grid controls in wpf?

c# .net wpf wpf-controls
Why is my Grid's width NaN?

I have the following mark-up in a view. When I get WindowContainer.Width during start-up code for the view, it …

wpf wpf-controls wpf-4.0
Grid Splitter problem in WPF

I want a layout like VS 2008. In which I want two columns and second columns is again split into two. …

wpf wpf-controls gridsplitter
Specifying a Button Content that has mix of text and a Binding path

How do you specify the Content of a button that is a mix of some TEXT and a Binding path? …

wpf xaml binding wpf-controls