0

Asynchronously call CollectionView.MoveCurrentToFirst?

Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632

1 Answers1

0

Oops found it:

cv.Dispatcher.BeginInvoke(New Action(AddressOf cv.MoveCurrentToFirst))
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632