[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TextBox.CanGrow

CanGrow Property

CanGrow

Gets or sets a value indicating whether the textbox size can increase to accommodate its contents.

Declaration
public bool CanGrow { get; set; }
Property Value
Type Description
bool

A bool value where true indicates the textbox size can grow to fit the contents; otherwise, false. The default is false.

Examples
TextBox textBox = new TextBox();
textBox.CanGrow = true;