AutoColumnListViewColumn.Width Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get/Set the column initial width

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property Width As Double
public double Width { get; set; }
public:
property double Width {
    double get ();
    void set (double value);
}
member Width : float with get, set
function get Width () : double 
function set Width (value : double)

Property Value

Type: System.Double
Returns Double.

.NET Framework Security

See Also

Reference

AutoColumnListViewColumn Class

Microsoft.TeamFoundation.Controls.WPF Namespace