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.
我有这样的设计:
现在我的问题是,当窗体窗口足够大时,面板 1 的空间比MinimumSize它看起来不错,但是当没有足够的空间时,它会覆盖第二行。
MinimumSize
看起来像:
足够的空间: 没有足够的空间:
当我的面板超过显示滚动条的行高并且它没有覆盖较低的行时,我该如何解决?