gpt4 book ai didi

c# - 如何为 WPF DataGrid 制作条纹颜色?

转载 作者:行者123 更新时间:2023-11-30 18:52:56 24 4
gpt4 key购买 nike

问题很简单:如何实现 WPF 数据网格的条纹颜色,如下所示:

stripe colors

这会修改每一行以包含灰色背景,现在我需要改进它:

<Style TargetType="{x:Type DataGridCell}">
<Setter Property="Background" Value="#aaa" />
</Style>

最佳答案

您可以为此使用 DataGrid 的 AlternatingRowBackground 属性。

关于c# - 如何为 WPF DataGrid 制作条纹颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9723954/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com