Forum Discussion
Question: Interactive Design in Scrolling Panel
You could try something like this. It is a simple approach, but it does the job.
Demo: https://360.articulate.com/review/content/14a0f07c-d4e7-41a6-8f3d-ce0f90499de2/review
First, to hold your index buttons stationary, just place them outside the scrolling panel (on top of it). Arrange them off to the side, outside of the panel. Select them all and drag them into position. If they end up moving inside the panel group, just select them all again, cut them with Ctrl-x, click outside the scroll panel somewhere, and them paste them back with Ctrl-Shift-d (to maintain positioning). They should appear outside the scroll box on the timeline. Tick the locking boxes on the timeline to keep them from moving into the scroll panel.
Second, add your list of names to the panel. The accessibility tag for each text box should auto set to the name you enter. We will use that next.
Third, upon clicking an index button, set the index variable to the (Capital) letter marked on the button. Trigger the JavaScript (just three lines of code). It will read the index variable from Storyline to get the letter you want, find the scroll panel, find the first element inside the scroll panel with an accessibility tag starting with the letter in the index variable, and then scroll to that element (which is the target text box). As long as no other elements inside the scroll panel have conflicting accessibility tags (starting with a capital letter), you should be good. There is one entry at the bottom of the list as a placeholder to allow scrolling beyond the end of text boxes. Make it the same color as the background to hide it.