Resize tab pages with windows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sorry about this newbie question. I added a few tabbed pages into windows
form. How can I make tabbed pages to resizable according to the window
itself? Now it's like when i resize the window, the tabbed page keeps the
absolute position and size. Thanks!
 
Hi,

It seems that the Form shold be anchored as per the resize of the tab and
button.
Use the anchoring property of both the tapped buttons and form.
This will help you in resize the tabs as per the size of the Forms.
You can also use docking for the same.

Regards,
Ashish Kelo
 

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