I didn't find one when I looked. Had to roll my own.
There are some tricky implementation details with scrolling to selected items, because you typically want to pin the selection near the top/bottom edges based on the direction of travel.
BringIntoViewRequester also doesn't work on lazy lists, which would have been ideal if it did.