Table of Contents

Method GetSubViews

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

GetSubViews(bool, bool, bool)

Reorders the SubViews to match the logical tab order defined by TabCollection. This ensures that navigation and other operations that rely on SubView order function according to the logical tab order, rather than the draw order which may differ due to focused tab being drawn last.

public override IReadOnlyCollection<View> GetSubViews(bool includeMargin = false, bool includeBorder = false, bool includePadding = false)

Parameters

includeMargin bool
includeBorder bool
includePadding bool

Returns

IReadOnlyCollection<View>