diff --git a/docs/listview.html b/docs/listview.html index ed15def4925..5cba96389df 100644 --- a/docs/listview.html +++ b/docs/listview.html @@ -56,7 +56,11 @@ header.
How early to start rendering rows before they come on screen, in -pixels.
An array of child indices determining which children get docked to the
+top of the screen when scrolling. For example, passing
+stickyHeaderIndices={[0]} will cause the first child to be fixed to the
+top of the scroll view. This property is not supported in conjunction
+with horizontal={true}.