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.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public bool AreRowGroupHeadersFrozen { get; set; }
Visual Basic
Public Property AreRowGroupHeadersFrozen As Boolean
	Get
	Set

See Also