Indicates column scroll mode

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

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
Normal1 Scrolls the grid's content in a normal way, leaving unused space on the right of the last column.

See Also