問題タブ [listcollectionview]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - ListCollectionView でグループ内の項目を上下に移動し、UI を更新する
私はからを持っているCommandListBox
を持っています。グループ内のアイテムを上下に移動し、UI でこれを更新したいと考えています。現在、ビュー全体を更新して新しい並べ替えを表示する必要があります。その後、エキスパンダーが閉じられ、ユーザーはエキスパンダーを再度選択する必要があります。Itemsource
ListCollectionView
グループ内の項目を UI で上下に移動するにはどうすればよいですか?