Set the page transition

Set the default page transition setting to page by page from my code. I tried several ways but I could not.
That option of the page by page image I would like to leave it by default and hide the control button.

Hello, Iā€™m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:APIs:Forums:

Hi,

You can use the code below to change the Page Transition to Page by Page:

instance.UI.setLayoutMode(instance.UI.LayoutMode.Single);

Thanks.

Wanbo

1 Like