Page 1 of 1

scroll button to scroll the next 100wh layout grid

Posted: Mon Apr 26, 2021 9:01 pm
by mashtaytey
Hi Pablo
I have several full-page 100% w x h layout grids stacked on top of each other.
I want a button at the bottom of each one to take the user to the next fullscreen
I've tried bookmarks or the IDs of each layout grid to point to where the link button goes but it doesn't work.
I'm presuming you cant scroll to full-screen layouts?
I've tried using the snap scroll and the scroll button extension

any pointers here would be helpful!

Re: scroll button to scroll the next 100wh layout grid

Posted: Mon Apr 26, 2021 11:07 pm
by crispy68
It seems to work ok for me.

One thing you don't mention is how you made your button.

There are 2 things you need to do to make it work:

1. In the button link properties, if there is a 'bookmark' field, choose the layout grid ID of the grid below. If there is no bookmark field in the link section, then simply type the '#' sign along with the ID of the layout grid (ex: #LayoutGrid2).

2. Open the layout grid properties, click the bookmark tab and check the box to Enable Smooth Scrolling.

Re: scroll button to scroll the next 100wh layout grid

Posted: Tue Apr 27, 2021 6:08 am
by Pablo
To be able to help you I need a demo project so I can see all your settings.
See also:
viewtopic.php?f=10&t=82134

Re: scroll button to scroll the next 100wh layout grid

Posted: Tue Apr 27, 2021 2:28 pm
by mashtaytey
THAT WORKED GREAT THANKS!