Welcome to WindowsClient.net | My Blog | Sign in | Join

Windows Client Videos

Extend Control Functionality Using XAML Attached Properties

In this video, Todd Miranda shows how to use Attached Properties in combination with Binding Converters to extend control functionality.

Learn how to store extra data in Attached Properties by watching his previous video.

By: Todd Miranda

Posted: Jul 02 2008, 05:29 PM by jytylr | with 1 comment(s)
Filed under:

Comments

Thundar Viking said:

Very elegant way of using converters to do much of the logic in the GUI. But I think using non-relevant properties like Canvas.Top just to store values is non-intuitive and should be avoided. Instead, one should create a class with attached properties with more suitable property names.

# June 13, 2010 6:55 PM