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.
有什么办法可以改变所有滚动条,这样我就可以让它们看起来更少的窗口?我不喜欢窗户,但在这种情况下,滚动条看起来很愚蠢..
所有 WPF 控件都可以通过其控件模板设置外观。做起来很简单,但可能需要一点时间才能完全掌握如何去做。
这是 MSDN 上为滚动条设置皮肤的示例。
我通常应用 SimpleScrollviewer/SimpleListbox/等。当我在 Blend 里面时。您需要转到资产库(“>>”),简单样式,选择其中一个元素。因为简单元素里面有更多的“东西”,所以更容易改变它。