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.
在 Form 中有 ToolStrip 和 Panel。ToolStrip 的 Dock 值设置为 Top,Panel 的为 Fill。但是 ToolStrip 介入 Panel 并隐藏 Panel 的第一行。如何设置,那个工具条不隐藏面板?
我不想使用没有隐藏任何内容的 MenuStrip,但由于某些原因我不想使用它。谢谢您的回复
您必须更改Document Outline中 2 控件的顺序。
为此,请访问:
查看 -> 其他窗口 -> 文档大纲
或使用快捷键
ctrl + w, 你
然后重新排序这两个控件。如果我是对的,您应该先放置Panel,然后再放置ToolStrip。