Setting the width of a tab control

  • Thread starter Thread starter dave m
  • Start date Start date
D

dave m

When I drop a tab control on a form, I'm unable to set it's width property.
At always wants to be as wide as the form. It won't let me set the width
in the property in the property box, and dropping the tab control into a
panel will only limit the visible portion of the tab control, it still is
wide as the form. I need a tab control that is half as wide as the form.
Any ideas?
 
Drop a Panel on the form and size it according to your wishes.
Then drop a TabControl in the Panel...

Cheers
Daniel
 

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

Back
Top