FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / BehaviorOptions Class / IgnoreInvisibleFieldsInGrowShrinkSections Property

In This Topic
    IgnoreInvisibleFieldsInGrowShrinkSections Property (BehaviorOptions)
    In This Topic
    Gets or sets a value indicating whether invisible fields should be ignored when calculating the heights of CanGrow/CanShrink sections.
    Syntax
    'Declaration
     
    Public Property IgnoreInvisibleFieldsInGrowShrinkSections As Boolean
    public bool IgnoreInvisibleFieldsInGrowShrinkSections {get; set;}
    See Also