Is it possible to programatically change Winforms splitivew pagesize?

58 views Asked by At

I would like to change the size of the pages dynamically based on events during runtime.

enter image description here

1

There are 1 answers

0
CobyC On

If you are referring to the SplitContainer in a Winforms application.

splitContainer1.SplitterDistance = 200;