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.
这很烦人:Windows 窗体控件看起来或感觉不是原生的;他们不会像他们应该的那样发光/褪色。
例如,顶部按钮不是原生的,但底部是:
那么如何在 .NET 中获得这种原生外观/感觉?有没有办法在不使用外部库的情况下做到这一点?
是的!只需将控件上的FlatStyle属性设置为System,而不是默认的Standard 。 这不容易注意到,但它很容易修复!
请注意,在某些情况下,这可能会微妙地影响控件——简单的搜索FlatStyle.System应该会指出注意事项。
FlatStyle.System