Wimark.Controls Class Library  

DataGridViewRow.Resizable Property

Gets or sets a value indicating whether the row is resizable.

[Visual Basic]
Public Property Resizable As Boolean 
[C#]
public bool Resizable {get; set;}
[C++]
public: __property bool get_Resizable();
public: __property void set_Resizable(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

DataGridViewRow Class | DataGridViewRow Members | Wimark.Controls Namespace