﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ColumnHeader" FullName="System.Windows.Forms.ColumnHeader"><TypeSignature Language="C#" Value="public class ColumnHeader : System.ComponentModel.Component, ICloneable" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.ComponentModel.Component</BaseTypeName></Base><Interfaces><Interface><InterfaceName>System.ICloneable</InterfaceName></Interface></Interfaces><Attributes><Attribute><AttributeName>System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ColumnHeaderConverter))</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.ToolboxItem(false)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DesignTimeVisible(false)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultProperty("Text")</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A column header is an item in a <see cref="T:System.Windows.Forms.ListView" /> control that contains heading text. <see cref="T:System.Windows.Forms.ColumnHeader" /> objects can be added to a <see cref="T:System.Windows.Forms.ListView" /> using the <see cref="M:System.Windows.Forms.ListView.ColumnHeaderCollection.Add(System.String,System.Int32,System.Windows.Forms.HorizontalAlignment)" /> method of the <see cref="T:System.Windows.Forms.ListView.ColumnHeaderCollection" /> class. To add a group of columns to a <see cref="T:System.Windows.Forms.ListView" />, you can use the <see cref="M:System.Windows.Forms.ListView.ColumnHeaderCollection.AddRange(System.Windows.Forms.ColumnHeader[])" /> method of the <see cref="T:System.Windows.Forms.ListView.ColumnHeaderCollection" /> class. You can use the <see cref="P:System.Windows.Forms.ColumnHeader.Index" /> property of the <see cref="T:System.Windows.Forms.ColumnHeader" /> class to determine where the <see cref="T:System.Windows.Forms.ColumnHeader" /> is located in the <see cref="T:System.Windows.Forms.ListView.ColumnHeaderCollection" />.</para><para><see cref="T:System.Windows.Forms.ColumnHeader" /> provides the <see cref="P:System.Windows.Forms.ColumnHeader.Text" /> and <see cref="P:System.Windows.Forms.ColumnHeader.TextAlign" /> properties to set the text displayed in the control and the alignment of the text in the column header. To determine whether a <see cref="T:System.Windows.Forms.ColumnHeader" /> is associated with a <see cref="T:System.Windows.Forms.ListView" /> control, you can reference the <see cref="P:System.Windows.Forms.ColumnHeader.ListView" /> property. If you want to copy a <see cref="T:System.Windows.Forms.ColumnHeader" /> for use in another <see cref="T:System.Windows.Forms.ListView" /> control, you can use the <see cref="M:System.Windows.Forms.ColumnHeader.Clone" /> method.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Displays a single column header in a <see cref="T:System.Windows.Forms.ListView" /> control.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ColumnHeader ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ColumnHeader" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ColumnHeader (int imageIndex);" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="imageIndex" Type="System.Int32" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ColumnHeader" /> class with the image specified.</para></summary><param name="imageIndex"><attribution license="cc4" from="Microsoft" modified="false" />The index of the image to display in the <see cref="T:System.Windows.Forms.ColumnHeader" />.</param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ColumnHeader (string imageKey);" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="imageKey" Type="System.String" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ColumnHeader" /> class with the image specified.</para></summary><param name="imageKey"><attribution license="cc4" from="Microsoft" modified="false" />The key of the image to display in the <see cref="T:System.Windows.Forms.ColumnHeader" />.</param></Docs></Member><Member MemberName="AutoResize"><MemberSignature Language="C#" Value="public void AutoResize (System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="headerAutoResize" Type="System.Windows.Forms.ColumnHeaderAutoResizeStyle" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Calling the <see cref="M:System.Windows.Forms.ColumnHeader.AutoResize(System.Windows.Forms.ColumnHeaderAutoResizeStyle)" /> method is only effective once the <see cref="T:System.Windows.Forms.ListView" /> and containing <see cref="T:System.Windows.Forms.Form" /> have been constructed, and the column is populated with items. If new items are added to the <see cref="T:System.Windows.Forms.ListView" />, the column will not resize unless <see cref="M:System.Windows.Forms.ColumnHeader.AutoResize(System.Windows.Forms.ColumnHeaderAutoResizeStyle)" /> is called again.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Resizes the width of the column as indicated by the resize style.</para></summary><param name="headerAutoResize"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Windows.Forms.ColumnHeaderAutoResizeStyle" />  values.</param></Docs></Member><Member MemberName="Clone"><MemberSignature Language="C#" Value="public object Clone ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use this method to copy existing <see cref="T:System.Windows.Forms.ColumnHeader" /> objects from an existing <see cref="T:System.Windows.Forms.ListView" /> control for use in other <see cref="T:System.Windows.Forms.ListView" /> controls.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates an identical copy of the current <see cref="T:System.Windows.Forms.ColumnHeader" /> that is not attached to any list view control.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An object representing a copy of this <see cref="T:System.Windows.Forms.ColumnHeader" /> object.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="DisplayIndex"><MemberSignature Language="C#" Value="public int DisplayIndex { set; get; }" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the display order of the column relative to the currently displayed columns.</para></summary></Docs></Member><Member MemberName="Dispose"><MemberSignature Language="C#" Value="protected override void Dispose (bool disposing);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="disposing" Type="System.Boolean" /></Parameters><Docs><param name="disposing">To be added.</param><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Call <see cref="M:System.Windows.Forms.ColumnHeader.Dispose(System.Boolean)" /> when you are finished using the <see cref="T:System.Windows.Forms.ColumnHeader" />. The <see cref="M:System.Windows.Forms.ColumnHeader.Dispose(System.Boolean)" /> method leaves the <see cref="T:System.Windows.Forms.ColumnHeader" /> in an unusable state. After calling <see cref="M:System.Windows.Forms.ColumnHeader.Dispose(System.Boolean)" />, you must release all references to the <see cref="T:System.Windows.Forms.ColumnHeader" /> so the memory it was occupying can be reclaimed by garbage collection.</para><block subset="none" type="note"><para>Always call <see cref="M:System.Windows.Forms.ColumnHeader.Dispose(System.Boolean)" /> before you release your last reference to the <see cref="T:System.Windows.Forms.ColumnHeader" />. Otherwise, the resources the <see cref="T:System.Windows.Forms.ColumnHeader" /> is using will not be freed until garbage collection calls the <see cref="T:System.Windows.Forms.ColumnHeader" /> object's destructor.</para></block></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Disposes of the resources (other than memory) used by the <see cref="T:System.Windows.Forms.ColumnHeader" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ImageIndex"><MemberSignature Language="C#" Value="public int ImageIndex { set; get; }" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageIndexConverter))</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue(-1)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Windows.Forms.ColumnHeader.ImageIndex" /> property refers to the index of an image specified by the <see cref="P:System.Windows.Forms.ListView.SmallImageList" /> property of the <see cref="T:System.Windows.Forms.ListView" /> that contains the <see cref="T:System.Windows.Forms.ColumnHeader" />. The <see cref="P:System.Windows.Forms.ColumnHeader.ImageIndex" /> property returns -1 if there is no <see cref="P:System.Windows.Forms.ListView.SmallImageList" /> set on the containing <see cref="T:System.Windows.Forms.ListView" />. The image displayed in a column is typically used to indicate the state of items in the column.</para><para><see cref="P:System.Windows.Forms.ColumnHeader.ImageKey" /> and <see cref="P:System.Windows.Forms.ColumnHeader.ImageIndex" /> are mutually exclusive, meaning if one is set, the other is set to an invalid value and ignored. </para><para>The image associated with a <see cref="T:System.Windows.Forms.ColumnHeader" /> is typically used to indicate the state information. If you set the <see cref="P:System.Windows.Forms.ColumnHeader.ImageIndex" /> to a value greater than the index of the last item in the associated image list, <see cref="P:System.Windows.Forms.ColumnHeader.ImageIndex" /> will be set to the index of the last item in the image list.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the index of the image displayed in the <see cref="T:System.Windows.Forms.ColumnHeader" />. </para></summary></Docs></Member><Member MemberName="ImageKey"><MemberSignature Language="C#" Value="public string ImageKey { set; get; }" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageKeyConverter))</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue("")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Windows.Forms.ColumnHeader.ImageKey" /> and <see cref="P:System.Windows.Forms.ColumnHeader.ImageIndex" /> properties are mutually exclusive, meaning if one is set, the other is set to an invalid value and ignored. </para><para>If <see cref="P:System.Windows.Forms.ColumnHeader.ImageKey" /> is set to an invalid value, an image will not be displayed, and an exception will not be thrown. </para><para>The image associated with a <see cref="T:System.Windows.Forms.ColumnHeader" /> is typically used to indicate the state information.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the key of the image displayed in the column.</para></summary></Docs></Member><Member MemberName="ImageList"><MemberSignature Language="C#" Value="public System.Windows.Forms.ImageList ImageList { get; }" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Windows.Forms.ImageList</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Windows.Forms.ColumnHeader" /> returns the value of the <see cref="P:System.Windows.Forms.ListView.SmallImageList" /> property for the <see cref="T:System.Windows.Forms.ListView" /> that contains the <see cref="T:System.Windows.Forms.ColumnHeader" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the image list associated with the <see cref="T:System.Windows.Forms.ColumnHeader" />.</para></summary></Docs></Member><Member MemberName="Index"><MemberSignature Language="C#" Value="public int Index { get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The value of this property does not necessarily correspond to the current visual position of the column header within the <see cref="T:System.Windows.Forms.ListView" />. This can be due to the user reordering the column headers at run time (when the <see cref="P:System.Windows.Forms.ListView.AllowColumnReorder" /> property is set to true). If the <see cref="T:System.Windows.Forms.ColumnHeader" /> is not contained within a <see cref="T:System.Windows.Forms.ListView" /> control this property returns a value of -1.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the location with the <see cref="T:System.Windows.Forms.ListView" /> control's <see cref="T:System.Windows.Forms.ListView.ColumnHeaderCollection" /> of this column.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ListView"><MemberSignature Language="C#" Value="public System.Windows.Forms.ListView ListView { get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Windows.Forms.ListView</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use this property to determine which <see cref="T:System.Windows.Forms.ListView" /> control a specific <see cref="T:System.Windows.Forms.ColumnHeader" /> object is associated with.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the <see cref="T:System.Windows.Forms.ListView" /> control the <see cref="T:System.Windows.Forms.ColumnHeader" /> is located in.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Name"><MemberSignature Language="C#" Value="public string Name { set; get; }" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the name of the <see cref="T:System.Windows.Forms.ColumnHeader" />. </para></summary></Docs></Member><Member MemberName="Tag"><MemberSignature Language="C#" Value="public object Tag { set; get; }" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Localizable(false)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Bindable(true)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue(null)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets an object that contains data to associate with the <see cref="T:System.Windows.Forms.ColumnHeader" />.</para></summary></Docs></Member><Member MemberName="Text"><MemberSignature Language="C#" Value="public string Text { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text displayed in the column header.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="TextAlign"><MemberSignature Language="C#" Value="public System.Windows.Forms.HorizontalAlignment TextAlign { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue(System.Windows.Forms.HorizontalAlignment.Left)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Windows.Forms.HorizontalAlignment</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use this property to provide different text alignment settings for the text displayed in each <see cref="T:System.Windows.Forms.ColumnHeader" />. </para><block subset="none" type="note"><para>Due to a limitation in the underlying control, this property has no effect on the first column in the <see cref="T:System.Windows.Forms.ListView" /> control, which is always aligned to the left. To work around this limitation in dnprdnext, you can handle the <see cref="E:System.Windows.Forms.ListView.DrawColumnHeader" /> event and paint the column header yourself. </para></block></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the horizontal alignment of the text displayed in the <see cref="T:System.Windows.Forms.ColumnHeader" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ToString"><MemberSignature Language="C#" Value="public override string ToString ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><returns>To be added.</returns><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string representation of this column header.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Width"><MemberSignature Language="C#" Value="public int Width { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue(60)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This property enables you to set the <see cref="P:System.Windows.Forms.ColumnHeader.Width" /> of the <see cref="T:System.Windows.Forms.ColumnHeader" />. The <see cref="T:System.Windows.Forms.ColumnHeader" /> can be set to adjust at run time to the column contents or heading. To adjust the width of the longest item in the column, set the <see cref="P:System.Windows.Forms.ColumnHeader.Width" /> property to -1. To autosize to the width of the column heading, set the <see cref="P:System.Windows.Forms.ColumnHeader.Width" /> property to -2.</para><block subset="none" type="note"><para>Unexpected behavior can result when the combined width of all columns exceeds 32,768 pixels.</para></block></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the width of the column.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>