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;