WinStudio
IWSFormComponent interface
This method allows the user to scroll down through a set of records one page at a time.
object.VerticalGridScrollDown()
Part |
Description |
object | Required. A reference to a form or form component object. |
This method can be used only with Vertical 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").VerticalGridScrollDown()
End Sub
About Vertical Grid and Vertical Grid Element Components
GridScrollUp Method (WinStudio Scripts)
GridScrollDown Method (WinStudio Scripts)
VerticalGridScrollUp Method (WinStudio Scripts)