Table of Contents

Property TabOffset

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

TabOffset

Gets or sets the offset along the border edge where the tab header starts (columns for Top/Bottom, rows for Left/Right). Only meaningful when Settings includes Tab.

public int TabOffset { get; set; }

Property Value

int

Remarks

Can be positive (shifted right/down), zero (at the start), or negative (shifted left/up, partially off-screen). The TitleView is clipped automatically by the View system's natural viewport clipping.