Table of Contents

Enum Invalidation

Namespace
SharpConsoleUI
Assembly
SharpConsoleUI.dll

The kind of work a caller requests when invalidating. There is no None: "request nothing" is not a meaningful invalidation. Values match FrameWork's non-None values.

public enum Invalidation
Extension Methods

Fields

Relayout = 2

Size/position-affecting change. Full Measure + Arrange + Paint.

Repaint = 1

Appearance-only change (colour/content of cells). Measure is skipped; cached layout is reused.