.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.
2010-06-04 11:58:00   Source: Using lambdas for WPF animation   Tags: Graphics WPF

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.
2010-06-04 06:40:00   Source: A WPF custom control for zooming and...   Tags: WPF

Automatic WPF Toolkit DataGrid Filtering

This article discusses a component that enables automated content filtering for the WPF Toolkit DataGrid.
2010-05-21 06:32:00   Source: Automatic WPF Toolkit DataGrid...   Tags: WPF

A Practical Quick-start Tutorial on MVVM in WPF

This article gives a practical quick-start tutorial on MVVM in WPF for application developers.

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.
2010-05-04 02:18:00   Source: WPF x FileExplorer x MVVM   Tags: WPF

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.
2010-04-27 06:29:00   Source: Binding and using Friendly enums in WPF   Tags: WPF

WPF ListView which can do - Sorting, Filtering, Totals, Cell-focus, Editing, and More

Enhanced WPF ListView that is almost a DataGrid
2010-04-17 19:41:00   Source: WPF ListView which can do - Sorting,...   Tags: WPF Components

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.
2010-04-14 09:20:00   Source: A TimeLineControl In WPF   Tags: WPF Components

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.
2010-04-12 06:56:00   Source: EXIF Compare Utility using WPF   Tags: Examples WPF