CollectionViewSource.Forms icon indicating copy to clipboard operation
CollectionViewSource.Forms copied to clipboard

Support Picker control by implementing IList

Open chucker opened this issue 4 years ago • 1 comments

Picker's ItemsSource property is IList instead of IEnumerable. If we use an IList, CollectionViewSource will switch to ListCollectionView anyway, which internally provides an IList. This PR just exposes that externally to make Picker work.

chucker avatar May 22 '21 12:05 chucker

Thanks for the contribution, @chucker! I'm a bit busy this week but I'll review the changes and merge them as soon as possible.

r2d2rigo avatar May 25 '21 14:05 r2d2rigo