Gets or sets the column scroll type.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public ColumnScrollType ScrollType { get; set; } |
| Visual Basic |
|---|
Public Property ScrollType As ColumnScrollType
Get
Set |
| Visual C++ |
|---|
public:
property ColumnScrollType ScrollType {
ColumnScrollType get ();
void set (ColumnScrollType value);
} |
| F# |
|---|
member ScrollType : ColumnScrollType with get, set
|
Property Value
Type:
ColumnScrollTypeThe column scroll type.
Remarks
See Also