gpt4 book ai didi

wpf - 在 ItemsSource 中设置 Binding Mode 是否足够?

转载 作者:行者123 更新时间:2023-12-04 06:38:01 25 4
gpt4 key购买 nike

这是多余的(每个 Mode=OneTime 中的 TextBlock )吗?

            <ListBox ItemsSource="{Binding Path=SearchResultsItems, Mode=OneTime}">
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel>
<TextBlock Text="{Binding Path=Price, Mode=OneTime}" />
<TextBlock Text="{Binding Path=Description, Mode=OneTime}" />
</StackPanel>
</StackPanel>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>

最佳答案

我不这么认为。设置ItemsSource to OneTime 涉及项目的集合,而不是项目本身。 ItemsSource = OneTime 真正的意思是“如果项目集合在初始化后发生变化,请不要更新我的 ListBox”。

关于wpf - 在 ItemsSource 中设置 Binding Mode 是否足够?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4624711/

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