Table of Contents

Constructor NuiList

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

NuiList(IReadOnlyCollection<NuiListTemplateCell>, NuiProperty<int>)

A list view of elements.

[JsonConstructor]
public NuiList(IReadOnlyCollection<NuiListTemplateCell> rowTemplate, NuiProperty<int> rowCount)

Parameters

rowTemplate IReadOnlyCollection<NuiListTemplateCell>

The cell template that defines the layout for each row.

rowCount NuiProperty<int>

A bind controlling the number of rows in the list.