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.
调整组框的大小时,有没有办法将其捕捉到它包含的控件的边界?
目前,调整它的大小仅相对于组框外的控件捕捉,或者如果按下 Alt,它不会捕捉到任何东西。我在调整大小时尝试使用 Shift 或 Control,但对齐指南无法识别包含的控件。
只需将 AutoSize 属性设置为 True,这样它就是自动的。如有必要,调整 Padding 属性以调整控件和框边缘之间的间隙。