TextBox.CanGrow Property

Definition

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.

Applies to