Forum Discussion
rani_m215
11 years agoOccasional Contributor
Never mind, I have a work around script. But it would be nice if we can have a separate method for this gesture.
Sub PullDownToRefresh
Call Process.Window.TableView.Refresh
Call Process.Window.TableView.ScrollToItem(0, 0)
Call Process.Window.Drag(10, 100, 10, 400, 1000)
End Sub