Property SubViews | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

SubViews

Gets the list of SubViews.

public IReadOnlyCollection<View> SubViews { get; }

Property Value

IReadOnlyCollection<View>

Remarks

Use Add(View?) and Remove(View?) to add or remove subviews.

Edit this page