FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / AreRowGroupHeadersFrozen Property

In This Topic
    AreRowGroupHeadersFrozen Property
    In This Topic
    Gets or sets a value that indicates whether the row group header sections remain fixed at the width of the display area or can scroll horizontally.
    Syntax
    'Declaration
     
    Public Property AreRowGroupHeadersFrozen As Boolean
    public bool AreRowGroupHeadersFrozen {get; set;}
    See Also