Property SubViews | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
SubViews
Gets the list of SubViews.
public IReadOnlyCollection<View> SubViews { get; }
Property Value
Remarks
Use Add(View?) and Remove(View?) to add or remove subviews.