Alex Guba
Alex Guba

Reputation: 134

ScrollView page slide by button pressed smartface

I have tried to scroll page images by pressing button on scrollView object by using SMF.UI.ScrollView.scrollX="100%" horizontally but I did not get any response.

Is there any way to scroll pages rather than swipe by hand?

Upvotes: 0

Views: 81

Answers (1)

Try this : SMF.UI.ScrollView.scrollX = 100;

Upvotes: 1

Related Questions