I use Windows Forms SplitContainer
. I want set the SplitterDistance
value but for the Panel2
instead Panel1
. Is it possible ?
When I set SplitterDistance
, it sets the distance based on first panel, while I want to set the distance based on second panel.