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.
- set autoscroll property of tabpanel true (thanks @larstech).
- add user control tabpanel.
- 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
Post a Comment