Hello, All
I have been struggling with this one... I have a flexible height gallery inside a component with various sized containers (non-traditional use of a gallery) that is responsive, but I can't seem to successfully perform a dynamic reset when the user navigates away from that screen and back again.
I've tried triggering the Gallery Reset from the Component Reset property when the screen is hidden/visible... No luck. I've tried changing the Default value of the Gallery to the first item in the data source using a variable, No luck.
I've tried using custom properties on the component to trigger the gallery reset, with no luck.
The functionality I am really looking for is to be able to scroll to different sections of this gallery dynamically depending on user input but all from within the component...
Any thoughts or suggestions would be greatly appreciated! I saw @RandyHayes helped someone out with this in a previous post, but the solution wasn't totally worked out.