gpt4 book ai didi

.net - WPF 数据网格样式

转载 作者:行者123 更新时间:2023-12-01 04:14:20 24 4
gpt4 key购买 nike

如果数据网格中只有 1-2 条记录,并且它至少有 10 行的高度。它显示空背景并且看起来很难看,有没有办法显示空行或任何其他建议?

最佳答案

如果您愿意,您当然可以显示半透明/透明背景......

<Style x:Key="Global_DataGrid" TargetType="{x:Type dg:DataGrid}">
<Setter Property="Background">
<Setter.Value>
<SolidColorBrush Color="White" Opacity="0.6" />
</Setter.Value>
</Setter>
</Style>

我们保留了一个漂亮的背景图像,因此未使用空间上的部分不透明背景看起来也不错,同时如果网格中需要更多行,仍然显然保留了屏幕空间。

关于.net - WPF 数据网格样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4503521/

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