FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.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