Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォームのサイズを変更するたびに、panel2 が大きくなり、ユーザーがスプリッターの距離を自分で変更しない限り、panel1 を大きくし、panel2 の高さを同じに保ちます。
FixedPanel プロパティを設定してみてください。
splitContainer1.FixedPanel = FixedPanel.Panel2;