Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / GroupReportStyle Class / RowHeightExpansion Property


In This Topic
    RowHeightExpansion Property (GroupReportStyle)
    In This Topic
    Gets or sets a value indicating how the height of the rows contained in the group expands to their content.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates how the height of the rows in the group expands to their content.")>
    <CategoryAttribute("Appearance")>
    <EditorAttribute("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
    <EndUserDisplayNameAttribute("Row Height Expansion")>
    Public Property RowHeightExpansion As RowHeightExpansion
    'Usage
     
    Dim instance As GroupReportStyle
    Dim value As RowHeightExpansion
     
    instance.RowHeightExpansion = value
     
    value = instance.RowHeightExpansion
    [Description("Indicates how the height of the rows in the group expands to their content.")]
    [Category("Appearance")]
    [Editor("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
    [EndUserDisplayName("Row Height Expansion")]
    public RowHeightExpansion RowHeightExpansion {get; set;}

    Property Value

    A RowHeightExpansion value indicating how the height of the rows contained in the group expands to their content. By default, RowHeightExpansion.NeverExpand.
    Remarks

    If RowHeightExpansionLimit is greater than zero and RowHeightExpansion is set to RowHeightExpansion.ExpandUpToLimit, the height of the rows will expand, if necessary, until the value defined by the RowHeightExpansionLimit property. If RowHeightExpansion is set to WithoutLimits, the height of the rows will expand until all their content is displayed.

    If RowHeightExpansion is set to RowHeightExpansion.NeverExpand, then the value of the RowHeight property indicates a fixed height.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also