WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
I have two projects in my solution. The first project is a WPF application, the other is a regular DLL …
wpf c#-4.0 wpf-controls resourcedictionaryCan I define a Binding as a Resource and then reuse it with different Controls properties? Example: Binding: <Window.…
wpf xaml wpf-controls resourcedictionaryI'm trying to use a DataTemplate to create a Menu from my ViewModels with respect to MVVM. Basically, I've created …
wpf wpf-controls prism-4Is there an easy way to customize the WPF TabControl so that it supports TabItem drag and drop - similar …
.net wpf drag-and-drop wpf-controls tabcontrolWhen I try to build the WPF project with .net framework 4.6.2, I got an error, Because the FormattedText() is Obsoleted …
c# wpf-controls .net-4.6.2I wish to customize the appearance of the basic WPF TickBar. I was wondering if there was a simple way …
.net wpf slider wpf-controlsWhat is the difference(s) between GotFocus and GotKeyboardFocus -and similarly LostFocus and LostKeyboardFocus? Sorry for the simple question, but, …
c# wpf c#-4.0 wpf-controls wpf-4.0I have a WPF window with a few controls (buttons, groupboxes, etc) and one big Viewport3D within a Border. …
c# wpf wpf-controls focus arrow-keysI have a GridView where I want to detect a doubleclick event on the items in the list, i do …
wpf xaml listview wpf-controls listviewitemMicrosoft released Microsoft Ribbon for WPF available for download here. We also have RibbonControlsLibrary.dll, which is a ribbon control …
wpf-controls ms-office ribbon office-2007 ribbon-control