User control blank on form in VS 2008

Posted by Eric on Stack Overflow See other posts from Stack Overflow or by Eric
Published on 2010-04-05T17:15:51Z Indexed on 2010/04/05 17:33 UTC
Read the original article Hit count: 231

I've created a user control that contains a table layout control with various other standard controls like buttons and labels. Yet when I add the user control to one of my forms the control is blank. I've tried building the solution and a see the user-control flicker as if it's being updated, but it remains blank. Also if I actually run the program the usercontrol can not be see on the form.

I've used usercontrols like this in the past. Is there something I'm missing?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about usercontrols