Table of Contents

Enum ViewArrangement

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Describes what user actions are enabled for arranging a View within it's SuperView. See Arrangement.

[Flags]
public enum ViewArrangement

Fields

BottomResizable = 16

The bottom edge of the view can be resized.

Fixed = 0

The view can neither be moved nor resized.

LeftResizable = 2

The left edge of the view can be resized.

Movable = 1

The view can be moved.

Resizable = LeftResizable | RightResizable | TopResizable | BottomResizable

The view can be resized in any direction.

RightResizable = 4

The right edge of the view can be resized.

TopResizable = 8

The top edge of the view can be resized.

Remarks

Sizing or moving a view is only possible if the View is part of a SuperView and the relevant position and dimensions of the View are independent of other SubViews