[]
Gets or sets a value indicating whether the textbox size can increase to accommodate its contents.
public bool CanGrow { get; set; }
| Type | Description |
|---|---|
| bool | A bool value where |
TextBox textBox = new TextBox();
textBox.CanGrow = true;