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.
如果我写 splitcontainer1.panel1.visible = false; 在 splitcontainer 中 它不会导致 panel2 填满拆分容器的所有空间,但这是我真正需要的。你能帮我实现这一目标吗?
谢谢。
改为将该Panel1Collapsed属性设置为 true。
Panel1Collapsed
对于您的问题,您可以使用 Panel1Collapsed 和 Panel1Expanded bool 属性适合制作真或假,因为您需要根据要求...