gpt4 book ai didi

c# - 更新 LongListSelector

转载 作者:太空宇宙 更新时间:2023-11-03 20:18:50 26 4
gpt4 key购买 nike

我的 App LongListSelector 中有一个,这是我设置项目源的方式:

historylist.ItemsSource = new List<VideoItem>(historyRep.historyArray);

现在,如果从数组中删除了一个项目,添加了一个新项目或编辑了任何项目,我再次调用此方法以刷新 ItemSource:

historylist.ItemsSource = new List<VideoItem>(historyRep.historyArray);

但现在我注意到这种方法产生了一些问题,我想知道这是否是刷新\更新 LongListSelector 的好方法??

最佳答案

您好,这根本不是一个好方法。您应该使用 MVVM 模式,并通过 xaml 分配 ItemsSource。但是如果你想完成它,请使用 ObservableCollection 而不是 List。我希望这会有所帮助。

关于c# - 更新 LongListSelector,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14940091/

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