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.
当 WindowState 为“Normal”时,我可以将左侧和右侧的控件定位 50% 到 50%。我想在“最大化”模式下将左侧和右侧的控件定位 50% 到 50%。为此,我设置了左侧控件 Top、Left、Right 的锚点,并设置了右侧控件 Top 和 Right 的锚点。结果,左侧控件正在扩展,如 GIF 图片中所示,但右侧控件未扩展 %50。如果不使用 TableLayoutPanel,我该怎么办?