c# - How can I increase the height of a scrollable tabpanel? -


i developing form in visual studio has tabcontrol several tabpage objects on it. want 1 tabpage fit content several times big vertically object in visual studio designer (and indeed big monitor). how can increase size of tabpage beyond of parent tabcontrol or form, can add required controls?

when try edit height of tabpage object in properties window, undoes edit.

  1. set autoscroll property of tabpanel true (thanks @larstech).
  2. add user control tabpanel.
  3. move user control far down tabpanel. can changing location x value.

after (3) scroll bar change in editor , editable area of tab panel have increased


Comments