Is it possible to programatically change Winforms splitivew pagesize?

80 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 best solutions below

0
On

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

splitContainer1.SplitterDistance = 200;