Table of Contents

Class NuiListTemplateCell

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

A cell template for use in NuiList.

[JsonConverter(typeof(ObjectToArrayConverter<NuiListTemplateCell>))]
public sealed class NuiListTemplateCell
Inheritance
NuiListTemplateCell
Inherited Members
Extension Methods

Constructors

NuiListTemplateCell(NuiElement)

A cell template for use in NuiList.

Properties

Element

The cell element.

VariableSize

Gets or sets if this cell can grow if space is available (true), or if it is static (false)

Width

The width of the cell. 0 = auto, >1 = pixel width.