ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / Textbox Class / CanGrow Property

In This Topic
    CanGrow Property (Textbox)
    In This Topic
    Gets or sets a value indicating whether the textbox height can increase to accommodate the contents.
    Syntax
    'Declaration
     
    Public Property CanGrow As Boolean
    public bool CanGrow {get; set;}
    See Also