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.
写完一组控件,突然想到“嘿,我们加个状态栏吧”。 所以我在主窗体的底部添加了一个状态条,但它挡住了任何控件的底部。
看起来它只是将自己置于任何现有控件之上。
如何添加状态栏并让所有其他控件自动调整以使我的状态栏出现在表单底部而不会干扰其他控件?
如果您的其他控件已停靠,只需使用上下文菜单将其发送到后面,它们就会自动调整。(右键单击>发送到后面)