How to bind a property defined as usercontrol in XAML?

Posted by EricSch on Stack Overflow See other posts from Stack Overflow or by EricSch
Published on 2010-03-12T22:24:12Z Indexed on 2010/03/12 22:27 UTC
Read the original article Hit count: 138

Filed under:
|
|

In XAML (Root is a UserControl), I have defined a grid with two columns. In a ViewModel layer, I have defined a property as UserControl. The ViewModel is set as DataContext of the XAML.

How I can bind this property of type UserControl declarative to the grid?

Thanks

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about xaml