Gets or sets a value indicating whether the column scrolls.
[Visual Basic]
Public Property Frozen As Boolean
[C#]
public bool Frozen {get;set;}
[Delphi]
public property Frozen: Boolean read get_Frozen write set_Frozen;
Example
For an example using the Frozen property, see Freezing Columns.
See Also
C1DisplayColumn Class | C1DisplayColumn Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |