FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / BehaviorOptions Class / IgnoreInvisibleFieldsInGrowShrinkSections Property

In This Topic
    IgnoreInvisibleFieldsInGrowShrinkSections Property
    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