.NET news » Search results
Search results for query "WPF" (114):
Using lambdas for WPF animation
It’s fairly easy to create and animate a graphical primitive, say by moving it from point A to point B at constant speed. But what if you need to position several graphical objects in a particular arrangement and then animate them in a non-linear fashion? Neither Silverlight nor WPF has built-in functions for this. In this article, I’ll demonstrate ways in which one can create objects and animations dynamically using lambda-delegates and higher-order functions.
A WPF custom control for zooming and panning.
This article examines the use and implementation of a reusable WPF custom control that is used to zoom and pan its content. The article and the sample code show how to use the control from XAML and from C# code.
Automatic WPF Toolkit DataGrid Filtering
This article discusses a component that enables automated content filtering for the WPF Toolkit DataGrid.
A Practical Quick-start Tutorial on MVVM in WPF
This article gives a practical quick-start tutorial on MVVM in WPF for application developers.
2010-05-19 22:29:00 Source: A Practical Quick-start Tutorial on MVVM in
Tags: WPF
How to embed arbitrary content in a WPF control
Many WPF controls can display arbitrary XAML inside them. How can I do that with my own controls?
2010-05-19 17:55:00 Source: How to embed arbitrary content in a
Tags: WPF
WPF x FileExplorer x MVVM
This article describe how to construct FileExplorer controls included DirectoryTree and FileList, using Model-View-ViewModel (MVVM) pattern.
Binding and using Friendly enums in WPF
This article will show you how to do the following, using WPF: bind to a Enumeration of enum values, display friendly names for enums, to aid the user experience.
WPF ListView which can do - Sorting, Filtering, Totals, Cell-focus, Editing, and More
Enhanced WPF ListView that is almost a DataGrid
A TimeLineControl In WPF
I have created what I think is a pretty re-usable TimeLine control for WPF. Note it is for WPF only, and I doubt it will ever work in Silverlight due to a Dll dependency on a 3rd party library it has.
EXIF Compare Utility using WPF
The Exif Compare Utility is a WinDiff equivalent for image files that compares the Exif meta-data and displays the differences and similarities. The application is written using WPF and MVVM.


Syndicate