Skip to content

Latest commit

 

History

History

virtual-scroll

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

virtual-scroll

Properties

Property Attribute Description Type Default
autoDetectSize auto-detect-size boolean undefined
itemCount (required) item-count number undefined
itemHeight item-height number undefined
itemWidth item-width number undefined
renderItem (required) -- (i: number) => string | number | VNode | Promise<ChildType> | ChildType[] | Promise<ChildType[]> | Promise<ChildType>[] undefined
sameSize same-size boolean undefined
tick tick any undefined

Dependencies

Used by

Graph

graph TD;
  virtual-scroll-demo --> virtual-scroll
  style virtual-scroll fill:#f9f,stroke:#333,stroke-width:4px
Loading

Built with StencilJS