From b460ee712dc94ffd83e05db72b0611f78e8a5f6b Mon Sep 17 00:00:00 2001 From: BDisp Date: Tue, 17 Nov 2020 16:12:01 +0000 Subject: [PATCH] Added more documentation to the AutoSize property. --- Terminal.Gui/Core/View.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terminal.Gui/Core/View.cs b/Terminal.Gui/Core/View.cs index dc6374904..add994704 100644 --- a/Terminal.Gui/Core/View.cs +++ b/Terminal.Gui/Core/View.cs @@ -1908,6 +1908,9 @@ namespace Terminal.Gui { /// /// Used by to resize the view's with the . + /// Setting to true only work if the and are null or + /// values and doesn't work with layout, + /// to avoid breaking the and settings. /// public virtual bool AutoSize { get => autoSize;