-
Lockable Collections (alexshed.spaces.live.com) - 31 views, unrated
Shows how to create a collection locking mechanism to allow some clients to change the collection while disallowing others.
Posted 10/01/2007 by Actipro Software Support
-
Binding to the Current Item in WPF (www.interact-sw.co.uk) - 117 views, unrated
Shows some use of concise data binding syntax for working with items in a collection.
Posted 09/04/2007 by Actipro Software Support
-
A base class which implements INotifyPropertyChanged (joshsmithonwpf.wordpress.com) - 115 views, unrated
Examines the virtues of creating a base class which implements the INotifyPropertyChanged interface.
Posted 08/30/2007 by Actipro Software Support
-
Value Converters, ConvertBack, and Two-way Data Binding (blog.kirupa.com) - 104 views, unrated
Covers how to use value converters for two-way data bindings.
Posted 08/27/2007 by Actipro Software Support
-
Prevent a binding from updating too frequently (joshsmithonwpf.wordpress.com) - 74 views, unrated
Shows how to use a value converter to prevent a data binding from updating more than once in a certain timeframe.
Posted 08/22/2007 by Actipro Software Support
-
WPF ThreadableObservable Collection (marlongrech.wordpress.com) - 122 views, unrated
An ObservableCollection implementation that supports cross-thread operations.
Posted 08/21/2007 by Actipro Software Support
-
Creating a custom DataSourceProvider (joshsmithonwpf.wordpress.com) - 152 views, unrated
Shows how to create a subclass of DataSourceProvider which loads the text in a resource file, so that you may bind to it.
Posted 06/19/2007 by Actipro Software Support
-
Binding to XML (joshsmithonwpf.wordpress.com) - 255 views, unrated
Shows how to bind a ListBox, elements in a DataTemplate, and an Image to some XML data.
Posted 06/04/2007 by Actipro Software Support
-
Range converter for WPF (www.wiredprairie.us) - 183 views, unrated
Shows how to enable a button based on the index of the currently selected item in a ListBox.
Posted 05/24/2007 by Actipro Software Support
-
WPF Data Binding: Harmonic Series Visualization (www.interact-sw.co.uk) - 183 views, unrated
A samples that lets you build a waveform from a harmonic series.
Posted 05/19/2007 by Actipro Software Support
-
WPF XML Data Binding and Selection Synchronization (www.interact-sw.co.uk) - 206 views, unrated
Shows how to ensure that the IsSynchronizedWithCurrentItem property works as you would expect.
Posted 05/19/2007 by Actipro Software Support
-
Piping Value Converters in WPF (www.codeproject.com) - 187 views, unrated
Demonstrates how to chain together value converters used in WPF data binding.
Posted 05/17/2007 by Actipro Software Support
-
Binding to Web Services (blogs.msdn.com) - 195 views, unrated
Shows how you can bind to web service results the same way you bind to any other type of object.
Posted 05/17/2007 by Actipro Software Support
-
How to change the children collection of a Panel (wpfxaml.spaces.live.com) - 141 views, unrated
Shows how to replace the default collection used for a Panel to provide better interaction with its children.
Posted 05/15/2007 by Actipro Software Support
-
How to create an UIElement observable collection (wpfxaml.spaces.live.com) - 223 views, unrated
Shows how to create an observable collection for UIElements.
Posted 05/15/2007 by Actipro Software Support
-
How to debug binding problems (wpfxaml.spaces.live.com) - 215 views, unrated
Shows how to debug binding problems at run-time.
Posted 05/15/2007 by Actipro Software Support
-
WPF Basic Data Binding FAQ (blogs.msdn.com) - 258 views, unrated
A list of questions people often have when first learning about WPF data binding.
Posted 05/15/2007 by Actipro Software Support
-
Displaying Enum Values using Data Binding (blogs.msdn.com) - 189 views, unrated
Shows how to use an ObjectDataProvider to allow data binding to an enumeration.
Posted 05/15/2007 by Actipro Software Support
-
Polygon Binding, Another Approach? (shevaspace.spaces.live.com) - 253 views, unrated
Provides yet another way to bind to polygon points, but without the drawbacks mentioned in Beatriz Costa's methods.
Posted 05/14/2007 by Actipro Software Support
-
DataBinding & Multi-Threading In WPF [Part Two] (shevaspace.spaces.live.com) - 205 views, unrated
Shows how to implement multi-threaded data binding.
Posted 05/14/2007 by Actipro Software Support
-
DataBinding & Multi-Threading In WPF [Part One] (shevaspace.spaces.live.com) - 205 views, unrated
Shows how to implement multi-threaded data binding.
Posted 05/14/2007 by Actipro Software Support
-
Where does a Binding find its data? (blogs.msdn.com) - 193 views, unrated
Provides a good overview of Binding options.
Posted 05/14/2007 by Actipro Software Support
-
How do I allow the user to scale a region of a form in WPF using just XAML? (learnwpf.com) - 203 views, unrated
Shows how to use a ScaleTransform to allow the user to scale a region of a form using a slider control in XAML.
Posted 05/14/2007 by Actipro Software Support
-
How do I bind to XML data in WPF? (learnwpf.com) - 215 views, unrated
Shows how to create small "island" of XML data in the UI, and bind some text properties to parts of the XML document.
Posted 05/14/2007 by Actipro Software Support
-
How do I format Numbers and Dates when using WPF Data Binding? (learnwpf.com) - 217 views, unrated
Shows how to implement a custom ValueConverter for formatting data.
Posted 05/14/2007 by Actipro Software Support
-
How can I create a data binding in code using WPF? (learnwpf.com) - 248 views, unrated
Shows how to create a data binding in code.
Posted 05/14/2007 by Actipro Software Support
-
XML Data Binding using Data Templates (www.xamlog.com) - 168 views, unrated
Describes how to bind XML data using a data template in XAML. For ease of demonstration, the XML is defined as a resource in the XAML document.
Posted 05/14/2007 by Actipro Software Support
-
How do I sort groups of data items? (www.beacosta.com) - 172 views, unrated
Shows how to group items and sort those groups.
Posted 05/12/2007 by Actipro Software Support
-
How do I display grouped data in a TreeView? (www.beacosta.com) - 214 views, unrated
Shows how to create that hierarachy from a flat list of data items, using the grouping feature of data binding.
Posted 05/12/2007 by Actipro Software Support
-
How can I do custom Grouping? (www.beacosta.com) - 180 views, unrated
Shows how to group items based on their type.
Posted 05/12/2007 by Actipro Software Support
-
Why should I use ObjectDataProvider? (www.beacosta.com) - 204 views, unrated
Explains the differences between adding a source object directly to resources and using an ObjectDataProvider.
Posted 05/12/2007 by Actipro Software Support
-
How can I add my own sorting logic? (www.beacosta.com) - 155 views, unrated
Shows how to write your own sorting logic that enables full control over the order of items in a view.
Posted 05/12/2007 by Actipro Software Support
-
How do I show the Status of a Binding? (www.beacosta.com) - 148 views, unrated
Sometimes it takes a while to retrieve the source data of a Binding. This post explains how to show the status of the Binding.
Posted 05/12/2007 by Actipro Software Support
-
How can I change the way a data item is displayed when the user clicks on it? (www.beacosta.com) - 159 views, unrated
Explains how RelativeSource FindAncestor works and how you can use it to change the way a data item is displayed when the user clicks on it.
Posted 05/12/2007 by Actipro Software Support
-
How can I control whether my Binding is synchronous or asynchronous? (www.beacosta.com) - 164 views, unrated
Shows how you can control whether your binding is synchronous or asynchronous.
Posted 05/12/2007 by Actipro Software Support
-
How can I bind an ItemsControl to the values of an enumeration? (www.beacosta.com) - 172 views, unrated
Shows how you can bind a ComboBox to all the possible values of an enumeration, using only XAML.
Posted 05/12/2007 by Actipro Software Support
-
How do I display some items differently based on one of their properties? (www.beacosta.com) - 168 views, unrated
Shows how you can use a DataTrigger to change the way data items are displayed based on their properties.
Posted 05/12/2007 by Actipro Software Support
-
How do I filter items from a collection? (www.beacosta.com) - 186 views, unrated
Shows two ways of using the filter feature of data binding.
Posted 05/12/2007 by Actipro Software Support
-
How do I apply more than one filter? (www.beacosta.com) - 152 views, unrated
Explain how you can apply more than one filter to a data bound view of a collection.
Posted 05/12/2007 by Actipro Software Support
-
How can I control a color using sliders? (www.beacosta.com) - 145 views, unrated
Shows how you can use four sliders (alpha, red, green, blue) to control the background color of a rectangle using data binding.
Posted 05/12/2007 by Actipro Software Support
-
How should I data bind a Polygon's points to a data source? - Part III (www.beacosta.com) - 153 views, unrated
Demonstrates a third better solution for data binding the Points property of a Polygon to a source collection.
Posted 05/12/2007 by Actipro Software Support
-
How should I data bind a Polygon's points to a data source? - Part II (www.beacosta.com) - 146 views, unrated
Shows a better alternate solution to data bind a Polygon's Points to a collection.
Posted 05/12/2007 by Actipro Software Support
-
How should I data bind a Polygon's points to a data source? (www.beacosta.com) - 141 views, unrated
Demonstrates one solution for data binding the Points property of a Polygon to a source collection.
Posted 05/12/2007 by Actipro Software Support
-
How can I update an explicit binding within a template? (www.beacosta.com) - 197 views, unrated
Explains various binding modes and up to update an explicit binding.
Posted 05/12/2007 by Actipro Software Support
-
Updating the UI When Binding Directly to Business Objects That Are Modified (joshsmithonwpf.wordpress.com) - 251 views, unrated
Describes how to update the UI when a ContentPresenter is data bound directly to a business object.
Posted 05/09/2007 by Actipro Software Support
-
BindsDirectlyToSource (joshsmithonwpf.wordpress.com) - 235 views, unrated
Describes how to use BindsDirectlyToSource when working with an ObjectDataProvider.
Posted 05/09/2007 by Actipro Software Support
-
Binding a TreeView to a DataSet (joshsmithonwpf.wordpress.com)
- 337 views, unrated
Demonstrates the fundamentals of binding a WPF TreeView to a DataSet with two related DataTables. The technique presented herein could easily be extended to fit more sophisticated requirements, such as binding to more than two tables.
Posted 05/08/2007 by Actipro Software Support