Sets the vertical scroll.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
void SetVerticalScroll(
int pos,
int max,
int pageSize,
bool redraw
) |
| Visual Basic |
|---|
Sub SetVerticalScroll (
pos As Integer,
max As Integer,
pageSize As Integer,
redraw As Boolean
) |
| Visual C++ |
|---|
void SetVerticalScroll(
int pos,
int max,
int pageSize,
bool redraw
) |
| F# |
|---|
abstract SetVerticalScroll :
pos : int *
max : int *
pageSize : int *
redraw : bool -> unit
|
Parameters
- pos
- Type: System..::..Int32
The pos.
- max
- Type: System..::..Int32
The max.
- pageSize
- Type: System..::..Int32
Size of the page.
- redraw
- Type: System..::..Boolean
if set to true the vertical scrollbars will be redrawn.
See Also