uno icon indicating copy to clipboard operation
uno copied to clipboard

fix: Fix support of ISelectionInfo in ListViewBase

Open vatsashah45 opened this issue 7 months ago • 25 comments

closes: https://github.com/unoplatform/uno.extensions/issues/2393

PR Type

What kind of change does this PR introduce?

  • Bugfix

What is the current behavior?

If the provided ItemsSource implements both ISelectionInfo and ICollectionView, the ListView will attempt to push selection using the 2 interfaces.

What is the new behavior?

ListView will only use the ISelectionInfo API.

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):

vatsashah45 avatar Jul 17 '24 12:07 vatsashah45