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
<p><sub><imgalt="Ant Design"height="14"src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg"style="vertical-align: -0.125em;" /> Part of the Ant Design ecosystem.</sub></p>
5
4
<p>📜 Virtual scrolling list component for React.</p>
| children |Render function for each item. The third argument contains measuring props used by legacy browser compatibility paths.|`(item, index, props) => ReactElement`| - |
65
-
| component |Custom list container element.|`string`\|`ComponentType`|`div`|
66
-
| data |Items rendered by the virtual list.|`T[]`| - |
67
-
| disabled |Disable scroll position checks, usually while coordinating animation.|`boolean`|`false`|
68
-
| fullHeight |Whether the holder should keep full height.|`boolean`|`true`|
69
-
| height |Visible list height.|`number`| - |
70
-
| itemHeight |Minimum item height used to calculate the virtual range.|`number`| - |
71
-
| itemKey |Key field or key getter for items.|`string`\|`(item) => React.Key`| - |
72
-
| onScroll |Called when the list scrolls.|`React.UIEventHandler<HTMLElement>`| - |
73
-
| styles |Custom scrollbar part styles.|`object`| - |
0 commit comments