Thomas Levesque 7/20/2010

[WPF] A simpler Grid using XAML attribute syntax

Read Original

This technical article explains how to extend the WPF Grid control by creating a 'SimpleGrid' class. It introduces custom 'Rows' and 'Columns' properties that accept a string of GridLength values, allowing for a much more concise XAML syntax compared to the standard verbose property element syntax for defining row and column definitions.

[WPF] A simpler Grid using XAML attribute syntax

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week