uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

[MVUX] MultiSelection problems with ListFeed

Open weitzhandler opened this issue 2 years ago • 2 comments
trafficstars

Expected (MVUX) vs. current (Regular) behavior

Multi selection doesn't work as expected when a ListView is bound to an IListFeed<T>.

(1) Expected (direct classic data binding) vs. (2) binding to an MVUX List Feed

1                                           2 MultiSelectionListView_OhOG5vRGq8 MultiSelectionListView_nLBPkie2Gu

In the above images, I'm trying to replicate the same selection pattern I've done in a classic data-bnding in image 1 in image 2 using MVUX which is not working.

How to reproduce it (as minimally and precisely as possible)

https://github.com/weitzhandler/MultiSelectionListView

Environment

Nuget Package: Uno.Extensions.Reactive.WinUI

Package Version(s): 2.3.6

Affected platform(s):

  • [x] Only tested on Windows

weitzhandler avatar Apr 14 '23 04:04 weitzhandler

@dr1rrb is this still an issue?

nickrandolph avatar Nov 10 '23 13:11 nickrandolph

CollectionView MoveCurrentToPosition (clickedIndex) error, from Uno.Extensions.Reactive.WinUI version 3.0.10

HaoLife avatar Dec 05 '23 07:12 HaoLife