Specifies column scroll mode

Namespace: Dapfor.Wpf.Controls
Assembly: 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 nameValueDescription
Optimized0 Tries to fill unused space on the right of the columns where it is possible
Standard1 Scrolls the grid's content in a normal way, leaving unused space on the right of the last column.
Stretch2 All the columns are stretched to the Header's width

See Also