WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
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-metroI have used the following template in my project: <DataTemplate x:Key="textBoxDataTemplate"> <TextBox Name="textBox" ToolTip="{…
textbox wpf-controls datatemplate selectallWhen I create a new WPF project I can find ResourceDictionary in Add New Item Window. But I've another Project …
wpf wpf-controls resourcedictionaryI 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 scaletransformam pretty new to WPF, but am looking to capture whenever anyone touches inside a window or any child controls. …
wpf wpf-controls pixelsenseSo, 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.0I 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 itemscontrolI am creating a WPF custom control, a Button with an Image and Text. I have added two dependency properties …
wpf image wpf-controls controltemplate templatebindingLets say I have a canvas defined to be 1000x1000 big. Is it possible to only show a 100x100 part …
wpf resize wpf-controls zooming viewboxI'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