Constructor NuiList
NuiList(IReadOnlyCollection<NuiListTemplateCell>, NuiProperty<int>)
A list view of elements.
[JsonConstructor]
public NuiList(IReadOnlyCollection<NuiListTemplateCell> rowTemplate, NuiProperty<int> rowCount)
Parameters
rowTemplateIReadOnlyCollection<NuiListTemplateCell>The cell template that defines the layout for each row.
rowCountNuiProperty<int>A bind controlling the number of rows in the list.