You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/virtualrow.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ import ExperimentalAPIWarning from './\_experimental-api-warning.mdx';
20
20
21
21
A `ScrollView` ancestor is required for virtualized and scrollable items. If there is no ancestor `ScrollView`, the items will always be rendered as though they are within the viewport.
22
22
23
-
<imgsrc="/docs/assets/virtual_row.svg"width="500"alt="Diagram of VirtualRow." />
23
+
<center><imgsrc="/docs/assets/virtual_row.svg"width="500"alt="Diagram of VirtualRow." /></center>
24
24
25
25
See [`VirtualColumn`](virtualcolumn) for more details.
0 commit comments