[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TextBox.CanShrink

CanShrink Property

CanShrink

Gets or sets a value indicating whether the textbox size can decrease to match its contents.

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

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

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