WPF XAML Bind Grid

Posted by Jon Archway on Stack Overflow See other posts from Stack Overflow or by Jon Archway
Published on 2010-05-25T09:44:24Z Indexed on 2010/05/25 9:51 UTC
Read the original article Hit count: 175

Filed under:
|
|
|
|

I have a custom user control that is based on a Grid control. I have a ViewModel that exposes this as a property. I would like the XAML on the view to bind to this. I am sure this must be easy but I am quite new to WPF. How is this achieved?

Many thanks in advance

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wpf