Indicates how the widths of the columns in a grid are stretched
Namespace: Dapfor.Net.UiAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | The widths of the columns are not stretched | |
| All | 1 | The widths of all the columns are stretched so that they evenly occupy the available space |