Indicates how the widths of the columns in a grid are stretched

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public enum ColumnStretchMode
Visual Basic
Public Enumeration ColumnStretchMode
Visual C++
public enum class ColumnStretchMode
F#
type ColumnStretchMode

Members

Member nameValueDescription
None0 The widths of the columns are not stretched
All1 The widths of all the columns are stretched so that they evenly occupy the available space

See Also