Wimark.Controls Class Library  

DataGridViewColumn.Frozen Property

Gets or sets a value indicating whether a column will move when a user scrolls the DataGridView control horizontally.

[Visual Basic]
Public Property Frozen As Boolean 
[C#]
public bool Frozen {get; set;}
[C++]
public: __property bool get_Frozen();
public: __property void set_Frozen(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewColumn Class | DataGridViewColumn Members | Wimark.Controls Namespace | DataGridView