Sets the horizontal scroll.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
void SetHorizontalScroll(
int pos,
int max,
int pageSize
) |
| Visual Basic |
|---|
Sub SetHorizontalScroll (
pos As Integer,
max As Integer,
pageSize As Integer
) |
| Visual C++ |
|---|
void SetHorizontalScroll(
int pos,
int max,
int pageSize
) |
| F# |
|---|
abstract SetHorizontalScroll :
pos : int *
max : int *
pageSize : int -> unit
|
Parameters
- pos
- Type: System..::..Int32
The pos.
- max
- Type: System..::..Int32
The max.
- pageSize
- Type: System..::..Int32
Size of the page.
See Also