ListView..::..StretchLastColumn Property

Gets or sets a value indicating whether [stretch last column].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool StretchLastColumn { get; set; }
Public Property StretchLastColumn As Boolean
	Get
	Set
public:
property bool^ StretchLastColumn {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [stretch last column]; otherwise, false.