Question

Asynchronously call CollectionView.MoveCurrentToFirst?

Was it helpful?

Solution

Oops found it:

cv.Dispatcher.BeginInvoke(New Action(AddressOf cv.MoveCurrentToFirst))
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top