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.
我有一个具有树视图的用户控件。此用户控件继承自基本用户控件。在更改基本控制图形之前,我能够很好地看到树视图中的箭头。从那时起,我开始在树视图中看到奇怪的正方形而不是常规箭头。这种行为有什么原因吗?
此行为受到 app.xaml 中定义的样式的影响。样式的目标类型是 Border。可能树视图中箭头的类型是某个边框,而应用程序 xaml 中的公共边框类型导致这些箭头被更改。