diff --git a/Terminal.Gui/Views/FrameView.cs b/Terminal.Gui/Views/FrameView.cs index 518a843b8..c38c6f3ff 100644 --- a/Terminal.Gui/Views/FrameView.cs +++ b/Terminal.Gui/Views/FrameView.cs @@ -101,6 +101,16 @@ namespace Terminal.Gui { this.CanFocus = false; } + /// + /// Removes all widgets from this container. + /// + /// + /// + public override void RemoveAll() + { + contentView.RemoveAll(); + } + public override void Redraw (Rect bounds) { if (!NeedDisplay.IsEmpty) {