diff --git a/Terminal.Gui/View/View.Content.cs b/Terminal.Gui/View/View.Content.cs index e1ae92194f..b9bf5a49fc 100644 --- a/Terminal.Gui/View/View.Content.cs +++ b/Terminal.Gui/View/View.Content.cs @@ -14,28 +14,22 @@ public partial class View /// /// /// - /// See the View Layout Deep Dive for more information: + /// See the View Layout Deep Dive for more information: + /// /// /// /// Negative sizes are not supported. /// /// - /// If not explicitly set, and the View has no visible subviews, will return the - /// size of - /// . - /// - /// - /// If not explicitly set, and the View has visible subviews, will return the - /// maximum - /// position + dimension of the SubViews, supporting with the - /// flag set. + /// If not explicitly set to a non- value, and the View has Subviews, + /// will return + /// the size of the . /// /// - /// If set describes the portion of the content currently visible to the user. This enables - /// virtual scrolling. - /// - /// - /// If set the behavior of will be to use the ContentSize to determine the size + /// If set to a non- value, describes the portion of the content + /// currently visible to the user. This enables + /// virtual scrolling and the behavior of will be to use + /// to determine the size /// of the view. /// ///