GrapeCity MultiRow Windows Forms Documentation
Frozen Property (Row)


Gets a value that indicates whether this Row is frozen.
Syntax
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property Frozen As Boolean
Dim instance As Row
Dim value As Boolean
 
value = instance.Frozen
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool Frozen {get;}

Property Value

true if frozen; otherwise, false. The default is false.
Remarks
This property lets you keep one or several rows of important information in place when a user scrolls through the GcMultiRow control. You can set the GcMultiRow's FreezeTopRowCount and the FreezeBottomRowCount properties to control whether this row is frozen.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Row Class
Row Members
FreezeTopRowCount Property
FreezeBottomRowCount Property

 

 


Copyright © GrapeCity, inc. All rights reserved.