Textbox.CanGrow Property

Definition

Indicates the text box height can increase to accommodate the contents.

public:
 property bool CanGrow { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool CanGrow { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.CanGrow : bool with get, set
Public Property CanGrow As Boolean

Property Value

True if the text box height can increase to accommodate the contents; otherwise, false.

Attributes

Applies to