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.
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