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: Application resources equivalent in DLL

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 resourcedictionary
Binding as a Resource

Can I define a Binding as a Resource and then reuse it with different Controls properties? Example: Binding: <Window.…

wpf xaml wpf-controls resourcedictionary
DataTemplate to generate Menu with MVVM

I'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-4
Reorder tabs in WPF TabControl

Is 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 tabcontrol
In .NET Framework 4.6.2 the FormattedText() is Obsoleted, how can I fix it

When 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.2
How to use string values in place of ticks on WPF Tickbar?

I wish to customize the appearance of the basic WPF TickBar. I was wondering if there was a simple way …

.net wpf slider wpf-controls
The difference between GotFocus and GotKeyboardFocus

What 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.0
How to disable focus changes by arrow keys

I have a WPF window with a few controls (buttons, groupboxes, etc) and one big Viewport3D within a Border. …

c# wpf wpf-controls focus arrow-keys
GridView DoubleClick

I have a GridView where I want to detect a doubleclick event on the items in the list, i do …

wpf xaml listview wpf-controls listviewitem
Microsoft Ribbon for WPF vs. Office RIbbon UI

Microsoft 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