TextBox.CanGrow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the text box height can be increased to accommodate the contents.
public:
property bool CanGrow { bool get(); };
public bool CanGrow { get; }
member this.CanGrow : bool
Public ReadOnly Property CanGrow As Boolean
Property Value
true
if the text box height can be increased to accommodate the contents; otherwise, false
.