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.
我有几个 TextBlocks 存储在我的 ComboBox 中。我想做的是让每个 TextBlock 有不同的字体颜色。我看过很多讨论如何做到这一点的话题,但我想知道是否可以在代码中做到这一点?我问的原因是因为应用程序连接到服务器并从网络获取项目,然后我在 TextBlock 中设置这些项目,然后将项目推送到 ComboBox 上。我根据服务器告诉我的设置 ForeGround 和 BackGround,但无论如何颜色总是显示为黑色。任何建议将不胜感激。
您想为组合框创建一个 ItemTemplate 并将 FontColor 属性绑定到模型中的属性。
看看这个问答:Combobox ItemTemplate and foreground