.NET news » Search results

Search results for query "WPF" (114):

WPF and Silverlight Super-Productivity: ListBoxes

ListBoxes suck. Except that statement is not true anymore. Not in WPF and Silverlight anyway, where ListBoxes have evolved from simplistic controls to true workhorse objects. ListBoxes have been around since the beginning of Windows (and other GUIs) and have served a pervasive yet simple purpose, which can be summed up as “show me a list of labels in a list with a scroll bar.” A premise that has its uses but is not sophisticated enough for advanced data presentation, which is why developers often use special controls such as “data grids” or “list views” among others. In WPF and Silverlight, however, ListBoxes are so flexible and powerful that they are the first choice for just about anything. In fact, WPF originally shipped without a data grid control since ListBoxes all but eliminated that need. Developer perception, however, was different and the power of the ListBoxes went largely unnoticed. That is reason enough for me to write an article that displays the ease, flexibility, and power of ListBoxes.

2010-12-27 18:00:00   Source: WPF and Silverlight...   Tags: Other

A couple of tricks when using the standard WPF .NET4 DatePicker control

Show hows to alter DatePicker to use keyboard up/down for cleverer date selection

WPF Speedster

The fastest three wheeled sprinter in WPF
2010-12-06 23:36:00   Source: WPF Speedster   Tags: WPF

WPF Grand Prix

An article showing how to create a race game using the powerful WPF capabilities
2010-11-30 20:00:00   Source: WPF Grand Prix   Tags: WPF

WPF Color Picker Construction Kit

A WPF color picker (Like Adobe's) constructed in a modular fashion for easy modification
2010-11-28 22:52:00   Source: WPF Color Picker Construction Kit   Tags: WPF

Deep Zoom for WPF

An implementation of MultiScaleImage (Deep Zoom) for WPF, compatible with Deep Zoom Composer and Zoom.it
2010-11-24 07:33:00   Source: Deep Zoom for WPF   Tags: WPF

Drawing Fractals via WPF

Why Recursion in C# works well when using WPF
2010-11-08 20:57:00   Source: Drawing Fractals via WPF   Tags: Graphics

Using Direct2D with WPF

Hosting Direct2D content in WPF controls.
2010-11-03 09:11:00   Source: Using Direct2D with WPF   Tags: WPF

WPF Weather App

A WPF application that provides weather information using GOOWAPI.
2010-11-03 03:58:00   Source: WPF Weather App   Tags: WPF

Using WPF MVVM for Database Access

An example of a WPF MVVM utility accessing a simple legacy database.
2010-11-02 15:49:00   Source: Using WPF MVVM for Database Access   Tags: Examples