Catalogue element

bry-virtual-list

A long list drawn in a window.

Settings

SettingTakesNeeded
counta whole number from 0 to 1000000yes
starta whole number from 0 to 1000000no
rowSizesm, md, lgno
labeltext, at most 200 charactersno
selectabletrue or falseno
selecteda whole number from 0 to 1000000no
loadingtrue or falseno
emptytext, at most 200 charactersno

Example

JSX

<bry-virtual-list label={"All issues"} count={3} start={0} rowSize={"md"}>
  <bry-list-row title={"Crash on save"} />
  <bry-list-row title={"Search ignores accents"} />
  <bry-list-row title={"Dark mode flickers"} />
</bry-virtual-list>

Renderer contact sheet

These paths will hold the checked light and dark captures.

Light
bry-virtual-list light renderer capture
Dark
bry-virtual-list dark renderer capture