views:

27

answers:

1

Asynchronously call CollectionView.MoveCurrentToFirst?

A: 

Oops found it:

cv.Dispatcher.BeginInvoke(New Action(AddressOf cv.MoveCurrentToFirst))
Shimmy