Table of Contents

Enum NuiScrollbars

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Scrollbar visibility and axis selection for NUI containers.

public enum NuiScrollbars
Extension Methods

Fields

Auto = 4

Automatically decide based on content.

Both = 3

Both horizontal and vertical scrollbars.

None = 0

No scrollbars.

X = 1

Horizontal scrollbar only.

Y = 2

Vertical scrollbar only.