ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / AreRowDetailsFrozen Property

In This Topic
    AreRowDetailsFrozen Property (C1FlexPivotGrid)
    In This Topic
    Gets or sets the System.Boolean value specifying whether row details should be horizontally scrolled along with the C1FlexGrid control content.
    Syntax
    'Declaration
     
    Public Property AreRowDetailsFrozen As Boolean
    public bool AreRowDetailsFrozen {get; set;}
    Remarks

    When this property is true, the detail control is always displayed as wide as the visible columns area and do not scroll during C1FlexGrid horizontal scrolling.

    The default value for this property is true.

    See Also