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