Increase the TabPage width

  • Thread starter Thread starter alberto
  • Start date Start date
A

alberto

I need to increase the TabPage width in order to make place to draw an
image of a button but I don't know how to do it.

I've tried to modify the Width and the Size property of the TabPage but it
doesn't work.

How can I do it? Thank you very much.
 
I need to increase the TabPage width in order to make place to draw an
image of a button but I don't know how to do it.

I've tried to modify the Width and the Size property of the TabPage but it
doesn't work.

How can I do it? Thank you very much.

I think you will need to modify the Width property of the TabControl
that is the parent of the TabPage.
 
Back
Top