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 个 statusStrip 吗?因为当我从 tab_page1 更改为 tab_page2 时,表单底部的 statusStrip 消失了。在此先感谢您的帮助。
看起来您StatusStrip的位于TabPage. 它应该同时打开Form,TabControl以便所有tabs输入TabControl和其他控件都可以使用它。
StatusStrip
TabPage
Form
TabControl
tabs