TableLayoutPanel in an Inherited UserControl

  • Thread starter news.microsoft.com
  • Start date
N

news.microsoft.com

I have a base user control that contains a TableLayoutPanel with control
inside of the panel. This form is inherited on multiple other forms, but on
the inherited forms, when you try to change any of the controls within the
panel, they are locked. I tried to change all of the Modifiers properties
on the controls and the panel to be public, but the controls still are
locked. Is this a bug, or is there something else that I need to set to be
able to modify the control on an inherited form?

Thanks,
Jeff Papp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top