On Scroll
Code | Pode ser chamado por | Definição |
---|---|---|
59 | Input of the picture Type - List Box | The user scrolls the contents of a picture object or list box using the mouse or keyboard. |
Descrição
Esse evento pode ser gerado no contexto de uma entrada imagem ou de um list box.
This event is triggered after any other user event related to the scrolling action (On Clicked, On After Keystroke, etc.). The event is only generated in the object method (not in the form method).
The event is triggered when the scroll is the result of a user action: using the scroll bars and/or cursors, using the mouse wheel or the keyboard. It is not generated when the object is scrolled due to the execution of the OBJECT SET SCROLL POSITION
command.
Entrada de imagem
The event is generated as soon as a user scrolls a picture within the picture input (field or variable) that contains it. You can scroll the contents of a picture area when the size of the area is smaller than its contents and the display format is "Truncated (non Centered)".
List box
The event is generated as soon as a user scrolls the rows or columns of the list box.