C1.Win.FlexGrid Namespace / C1FlexGrid Class / AreRowDetailsFrozen Property

In This Topic
AreRowDetailsFrozen Property (C1FlexGrid)
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
 
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