DataGrid.AreRowGroupHeadersFrozen Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)

Syntax

'Declaration
Public Property AreRowGroupHeadersFrozen As Boolean
public bool AreRowGroupHeadersFrozen { get; set; }
<sdk:DataGrid AreRowGroupHeadersFrozen="bool"/>

Property Value

Type: System.Boolean
true if the row group headers are prevented from scrolling horizontally; otherwise, false. The default is true.

Remarks

Dependency property identifier field: AreRowGroupHeadersFrozenProperty

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.