Table of Contents

Class NuiList

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

A list view of elements.

public sealed class NuiList : NuiElement
Inheritance
NuiList
Inherited Members
Extension Methods

Constructors

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

A list view of elements.

Properties

Border

Gets or sets whether a border should be rendered around this list view.

RowCount

Gets or sets the number of rows in this list.

RowHeight

Gets or sets the row height.

RowTemplate

Gets or sets the list of cells composing the row template.
A max of 16 cells are supported.

Scrollbars

Gets or sets whether scroll bars should be rendered for this scroll list.
Auto is not supported.

Type