Skip to content

Instantly share code, notes, and snippets.

@5cover
Created June 3, 2023 21:06
Show Gist options
  • Save 5cover/46198c09d6bcb51c65a44d031b362c4a to your computer and use it in GitHub Desktop.
Save 5cover/46198c09d6bcb51c65a44d031b362c4a to your computer and use it in GitHub Desktop.
Erease selection of an ICollectionView
public static void EreaseSelection(this ICollectionView collectionView) => collectionView.MoveCurrentToPosition(-1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment