gpt4 book ai didi

c# - 切换可观察集合中项目的顺序 - UWP

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

假设我的可观察集合中有 3 个项目,我想交换 item1(索引 1)和 item2(索引 2)的“索引”,以便 item1 的索引为 2,item2 的索引为 1 . 这件事做起来有多容易?还需要反射(reflect)在 UI 中,其中我的 ListView 的 itemsource 绑定(bind)到可观察集合。

谢谢:)

最佳答案

ObservableCollection<T>有一个MoveItem(int oldIndex, int newIndex)功能。看这里https://learn.microsoft.com/en-us/dotnet/api/system.collections.objectmodel.observablecollection-1.moveitem?view=netframework-4.8

关于c# - 切换可观察集合中项目的顺序 - UWP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59956373/

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