ComponentOne FlexReport for UWP
GrowShrinkModeEnum Enumeration

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace : GrowShrinkModeEnum Enumeration
Specifies the logic for handling CanGrow/CanShrink fields.
Syntax
'Declaration
 
Public Enum GrowShrinkModeEnum 
   Inherits System.Enum
public enum GrowShrinkModeEnum : System.Enum 
Members
MemberDescription
AccessUses a mode that is similar to MS Access, where fields that grow or shrink affect all fields below, even if they are off to the side of the field that grew or shrank.
C1ReportUses the standard C1FlexReport mode, where fields that grow or shrink affect only fields directly below.
Remarks
Use the members of this enumeration to set the value of the C1FlexReport.GrowShrinkMode property in the C1Report class.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.FlexReport.GrowShrinkModeEnum

See Also

Reference

C1.Xaml.FlexReport Namespace