Sorry guys, I should have followed up on this post. I did have a Text property in the managed class. The problem had to do with me trying to do too much in the constructor of the managed class. I was trying to modify parts of the control in the constructor
and it appears that the XAML has not been fully loaded yet.
whoiskb
Member
8 Points
8 Posts
Re: First take on a UserControl
Sep 26, 2007 11:14 PM | LINK
Sorry guys, I should have followed up on this post. I did have a Text property in the managed class. The problem had to do with me trying to do too much in the constructor of the managed class. I was trying to modify parts of the control in the constructor and it appears that the XAML has not been fully loaded yet.