ListView#onChangeVisibleRows

onChangeVisibleRows function

(visibleRows, changedRows) => void

Called when the set of visible rows changes. visibleRows maps { sectionID: { rowID: true }} for all the visible rows, and changedRows maps { sectionID: { rowID: true | false }} for the rows that have changed their visibility, with true indicating visible, and false indicating the view has moved out of view.

doc_React_Native
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.