Sort order: Newest | Most-viewed | Most-votes

Votes Post Date / Views Resource
0score
2008-07-12
3,956 views
Displaying Data Validation Messages i... - A walkthrough on how to hook up validation in your data objects using the IDataErrorInfo interface and th... blogs.msdn.com
0score
2009-01-14
3,928 views
Binding and using Friendly enums in WPF - Gives some tips on working with bindings for enumeration values. www.codeproject.com
0score
2008-09-06
3,898 views
Datagrid (part 2) -- Show me some code - A hands-on exercise to apply features to customize the presentation of data (aka view) in the WPF DataGrid co... blogs.msdn.com
0score
2008-01-29
3,869 views
How can I debug WPF bindings? - Shows several techniques used to debug WPF bindings, including the new debugging improvements implemented in the lates... bea.stollnitz.com
0score
2007-12-27
3,858 views
WPF Sample Series - Formatting Data B... - Shows how to perform formatting in data binding expressions for dates and numbers. karlshifflett.wordpress.com
0score
2007-05-11
3,837 views
Using a ComboBox to select an Enum va... - Shows how to provide a combo box which is used to select an Enum value using only XAML. neilmosafi.blogspot.com
0score
2008-02-22
3,775 views
How can I drag and drop items between... - Bea shows how to drag and drop items between data-bound ItemsControls. bea.stollnitz.com
0score
2007-05-12
3,689 views
How should I data bind a Polygon'... - Demonstrates a third better solution for data binding the Points property of ... bea.stollnitz.com
0score
2007-10-31
3,662 views
Binding to the Current Item in WPF - Shows how to properly data bind to the current item of a selector. www.thejoyofcode.com
0score
2007-11-05
3,643 views
ItemsControl: 'C' is for Coll... - Investigates the "Items" of an ItemsControl: the Items collection, item collection modes, observable c... drwpf.com