Table of Contents

Method OnDrawContentComplete

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnDrawContentComplete(Rect)

Enables overrides after completed drawing infinitely scrolled content and/or a background behind removed controls.

public virtual void OnDrawContentComplete(Rect viewport)

Parameters

viewport Rect

The view-relative rectangle describing the currently visible viewport into the View

Remarks

This method will be called after any subviews removed with Remove(View) have been completed drawing.