Specifies column scroll mode
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public enum ColumnScrollType |
| Visual Basic |
|---|
Public Enumeration ColumnScrollType |
| Visual C++ |
|---|
public enum class ColumnScrollType |
| F# |
|---|
type ColumnScrollType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Optimized | 0 | Tries to fill unused space on the right of the columns where it is possible | |
| Standard | 1 | Scrolls the grid's content in a normal way, leaving unused space on the right of the last column. | |
| Stretch | 2 | All the columns are stretched to the Header's width |