setCtlLineSize

Syntax

setCtlLineSize(int index, int size)

Arguments

index
The index of the control whose line jump unit you wish to change.
size
The new size of the line jump unit.

Description

This function changes the line jump unit of a user control (e.g. the amount the control value increases by when clicking on the arrow buttons of a scrollbar). setCtlLineSize only applies to the user controls STANDARD and SCROLLBAR.

Example

setCtlLineSize(0, 12);
setCtlLineSize(5, 2);

Also see

setCtlPageSize

Comments

Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.