0

I've tried <Masonry ... scrollToIndex={myIndex} /> and <Masonry ... scrollTop={myIndex}, with no success.

Is there a public method, or some other prop I should use?

General Grievance
  • 4,555
  • 31
  • 31
  • 45
David Burson
  • 2,947
  • 7
  • 32
  • 55

1 Answers1

0

Looks like Masonry doesn't support this. In my case, List turned out to be what I needed, based on this.

David Burson
  • 2,947
  • 7
  • 32
  • 55