From 2a9af8b16b2c7194715060d2a93621d02b4a3fed Mon Sep 17 00:00:00 2001 From: Tig Date: Wed, 14 May 2025 07:17:26 -0600 Subject: [PATCH] Fixes #4070 - `GetContentSize()` api docs (#4081) * touching publish.yml * Fixed api docs --- Terminal.Gui/View/View.Content.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Terminal.Gui/View/View.Content.cs b/Terminal.Gui/View/View.Content.cs index a624219e5..e1ae92194 100644 --- a/Terminal.Gui/View/View.Content.cs +++ b/Terminal.Gui/View/View.Content.cs @@ -5,6 +5,8 @@ public partial class View { #region Content Area + // nullable holder of developer specified Content Size. If null then the developer did not + // explicitly set it and contentsize will be calculated dynamically. internal Size? _contentSize; /// @@ -66,10 +68,7 @@ public partial class View /// . /// /// - /// If the content size was not explicitly set by , and the View has visible subviews, will return the - /// maximum - /// position + dimension of the SubViews, supporting with the - /// flag set. + /// If the content size was not explicitly set by , this function will return the Viewport size. /// /// /// If set describes the portion of the content currently visible to the user. This enables