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.

Emulates Windows 8 Start Menu Tile Layout Engine

So anyone out there knows of sample code or control that perfectly emulates the Windows 8 Start Menu Tile Layout Engine? …

c# wpf wpf-controls microsoft-metro
WPF TextBox.SelectAll () doesn't work

I have used the following template in my project: <DataTemplate x:Key="textBoxDataTemplate"> <TextBox Name="textBox" ToolTip="{…

textbox wpf-controls datatemplate selectall
Can't find ResourceDictionary in Add New Item Window

When I create a new WPF project I can find ResourceDictionary in Add New Item Window. But I've another Project …

wpf wpf-controls resourcedictionary
Improving WPF Canvas performance

I am developing a Maps like application using WPF. I have ~10,000 PathGeometry, Shapes added to the canvas. I have added …

wpf performance wpf-controls maps scaletransform
Capture all Click or Touch events recursively in WPF

am pretty new to WPF, but am looking to capture whenever anyone touches inside a window or any child controls. …

wpf wpf-controls pixelsense
Overriding button background in WPF on Aero

So, the desire is simple, change a button's background to LightGreen, Green when the mouse cursor hovers over it and …

c# wpf c#-4.0 wpf-controls wpf-4.0
ItemsControl button click command

I need some quick help which is a road blocker for me now. I have Button in ItemsControl and I …

wpf mvvm user-controls wpf-controls itemscontrol
WPF Custom Control: TemplateBinding to Image

I am creating a WPF custom control, a Button with an Image and Text. I have added two dependency properties …

wpf image wpf-controls controltemplate templatebinding
WPF. How to show only part of big canvas?

Lets say I have a canvas defined to be 1000x1000 big. Is it possible to only show a 100x100 part …

wpf resize wpf-controls zooming viewbox
WPF Screenshot JPG from UIElement with C#

I'm trying to create a JPG from part of my WPF Applications. Like a screenshot, only of individual UIElements. I …

c# wpf wpf-controls screenshot uielement