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。
编辑 ControlTemplate,您将看到一个 TextBlock 和另一个 PopUp,它们又具有一组控件。此文本框有不同的前景/背景,
最好的办法是编辑 ComboBox 模板的副本,并独立设置两者。