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
| width |`number \| string`| REQUIRED or `'100%'`| Width of the list view box. When `scrollDirection` is `'horizontal'`, this property is required to be a `number` and determines the number of rendered items. |
113
114
| height |`number \| string`| REQUIRED or `'100%'`| Height of the list view box. When `scrollDirection` is `'vertical'`, this property is required to be a `number` and determines the number of rendered items. |
114
115
| itemCount |`number`| REQUIRED | The number of items you want to render. |
0 commit comments