WinStudio
IWSFormComponent interface
This method allows the user to scroll up through a set of records one page at a time.
object.GridScrollUp()
Part |
Description |
object | Required. A reference to a form or form component object. |
This method can be used only with Grid components and then only if the No Scroll component property is set to True. If the No Scroll component property is set to False, this method does nothing.
Sub Main()
ThisForm.Components("MyGridComponent").GridScrollUp()
End Sub
About Vertical Grid and Vertical Grid Element Components
GridScrollDown Method (WinStudio Scripts)
VerticalGridScrollUp Method (WinStudio Scripts)
VerticalGridScrollDown Method (WinStudio Scripts)