Inheriting from TabPage

D

Diego Deberdt

I have a form with a TabControl on it. I would like to create customized
TabPages. I have added a few class to my project that inherit from TabPage.
I can create instances of my customized TabPages and add them to the TabPage
collection of the TabControl. I would like to use the Visual Editor to
create the layout for the controls on the TabPages, and this is where things
go wrong. I can add controls, but I can't for example resize a GroupBox and
add controls to the GroupBox. Why is this, and what do I have to do to be
able to work with them like I normally would?
 

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

Similar Threads


Top