'Declaration Public Enum ColumnStretchMode Inherits System.Enum
'Usage Dim instance As ColumnStretchMode
public enum ColumnStretchMode : System.Enum
'Declaration Public Enum ColumnStretchMode Inherits System.Enum
'Usage Dim instance As ColumnStretchMode
public enum ColumnStretchMode : System.Enum
Member | Description |
---|---|
All | The widths of all the columns are stretched so that they evenly occupy the available space. This value is used in combination with "star" ("*") sizing (see Column.Width property). |
First | Only the width of the first column is stretched. |
Last | Only the width of the last column is stretched. |
None | The widths of the columns are not stretched. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.DataGrid.Views.ColumnStretchMode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2