As you can see in the attached GIF, I can\'t scroll through the ListView
. The view snaps back to the original position as soon as I release the mouse.
I\'ve
It is due to this property, I assume you only have one, maybe add a sticky header per row?:
renderSectionHeader function
(sectionData, sectionID) => renderable
If provided, a sticky header is rendered for this section. The sticky behavior means that it will scroll with the content at the top of the section until it reaches the top of the screen, at which point it will stick to the top until it is pushed off the screen by the next section header.