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
 
Back
Top