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.
我在我的 C# WinForms 项目中设置了一个 ToolStrip,并在其上添加了一个 TextBox。我只是好奇由于 ToolStrip 和 TextBox 的颜色,TextBox 几乎不可见是否正常。
我可以在它周围放置一个边框或更改 TextBox 的背景颜色,但这看起来很奇怪。
是否有一些我没有想到的属性,我可以设置它以使其更加突出但又不会显得格格不入?
截图补充:
一个非常轻的边框可能是最好的。如果您使用与工具条相同的颜色,您将不会真正注意到底部的边框,但它会使搜索框的顶部突出。您可能还想在它周围添加一个边距,或者在它内部添加更少的填充,这样它就不会填满整个高度。