Please see the included image for visulation. Send me PM if you want to hire me in your next illustration project
I have 2 groups on the page.
The left smaller section is a repeating group (group1) which lists users in card format with basic details about them.
When a card is clicked the other group on the right (group2) is populated with the selected user’s details. This group (group2) displays more information about the user.
When the repeating group has many elements, I would scroll down to see the 60th user. The problem is the group2 stays on top. I click the 60th user, its details are passed to the group2 but I then need to scrool up to see the details which is bad experience.
Question is whether group2 can follow me when I scrool down
Or … use a searchbox element whose data source is your users and set it to look for a users name or a users email … or whatever user field you want. Put it on the left or on top of group 2. Once a user is found use the “searchbox value” (the found/chosen user) to see his details in group 2.
If you prefer to use the left rg … put it in a floating group as @twilson9034 recommended. Make sure you make the fg to have the same height of the page and to float relatively to “both”. This will make the rg to show a scroll bar to scroll up or down your user rows as the fg will get fixed on the page (it will be floating relatively to the top and bottom of the page). The result will be scrolling users and a fixed group 2 with the details of the selected user right next to it even if it is user #60 or further down the list.