gpt4 book ai didi

上下滚动时,带有 AlternatingRowBackground 的 WPF Datagrid 滚动方式不同

转载 作者:行者123 更新时间:2023-12-02 17:49:12 25 4
gpt4 key购买 nike

当我向上滚动时,我有一个带有 AlternatingRowBackground 的 WPF(Win7 上的 4.0)数据网格,当我向下滚动时,行颜色保持在原位并且数据在移动,当我向下滚动时,颜色随数据移动。 这很平常吗?是否有可能摆脱这种奇怪的行为?

网格 XAML:

<DataGrid AutoGenerateColumns="True"
CanUserAddRows="False"
Grid.Row="0" Grid.Column="0" Name="grdData"
ItemsSource="{Binding Path=.}" SelectionMode="Single"
HeadersVisibility="All"
AlternatingRowBackground="LightGray"
/>

注意:我还有其他关于滚动的问题(WPF Datagrid scrolls up a bit when scrolled to end),但我不确定问题是否相关。

最佳答案

EnableRowVirtualization="False" 添加到您的数据网格。

关于上下滚动时,带有 AlternatingRowBackground 的 WPF Datagrid 滚动方式不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10616133/

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