WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
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-blendI need to find an open source WPF Gauge Control that I can use in my Rich Client (not for …
.net wpf wpf-controlsI'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-controlsHow can i set the WPF webbrowser controls to render pages in iE10 mode or the higher version installed on …
wpf wpf-controls webbrowser-controlI'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 dockingI have developed an application that must be presented on exhibition as advertising. I want it to look more sexy! …
c# wpf wpf-controlsWhat is the difference between DataGrid (not GridView) and Grid controls in wpf?
c# .net wpf wpf-controlsI 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.0I want a layout like VS 2008. In which I want two columns and second columns is again split into two. …
wpf wpf-controls gridsplitterHow do you specify the Content of a button that is a mix of some TEXT and a Binding path? …
wpf xaml binding wpf-controls