FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / Section Class / CanGrow Property

In This Topic
    CanGrow Property (Section)
    In This Topic
    Gets or sets a value indicating whether the section's height is automatically increased to fit its content.
    Syntax
    'Declaration
     
    Public Property CanGrow As Boolean
    public bool CanGrow {get; set;}
    See Also