I thought it might be fun to try some state changes using the scroll wheel.
In this sample, you can hover over the shape and then use the scroll wheel to cycle through five different shapes. Reversing the direction of scroll will reverse the order in which the shapes are displayed.
See how I make it work in the attached sample project.
What other ideas might you have for this sort of application?
Please share your thoughts in the replies below.
@Rolf- Without digging deep on this one - my quick response is that since you would be limited to a table with 50 rows - I might achieve a similar effect by creating a table with 20 rows and populating your data and making a screenshot of it.
Create another table of 20 rows and continue to populate the data and make screenshots.
You could then cycle through the screenshots in the same way as with the shapes. I suggest this as the table itself cannot have multiple states
Yes, Rolf, currently the maximum number of rows and columns for a table in ActivePresenter is 50 × 50. In your case, if you need to add 100 rows, you can use two tables
Below are the detailed settings for the flexbox and container:
Set the width of each table to 100%, and set Wrap = Wrap in the Flex Container Layout.