Archive for March, 2009

Serializing an Object Tree

Posted on March 19, 2009. Filed under: WPF | Tags: , , , |

If you look at it closely, XAML is actually just a language that describes how to instantiate objects. Only that in most of the cases it is used to describe objects from the System.Windows.Controls namespace. When a project contains a .xaml-file, the compiler compiles it into a binary format called BAML (hard to guess – [...]

Read Full Post | Make a Comment ( None so far )

Copy a ListView’s Items to the Clipboard

Posted on March 10, 2009. Filed under: WPF | Tags: , , |

How can you copy the selected rows of a ListView to the clipboard? With the use of attached properties, this is an easy task that doesn’t require any custom controls or code-behind files. Here’s how:

Read Full Post | Make a Comment ( 3 so far )

Liked it here?
Why not try sites on the blogroll...

Follow

Get every new post delivered to your Inbox.