Written by

Question Peter Kopp · May 24, 2018

image tab

Good afternoon, I have a tabGroup where I populate tabs with images using the scr property. If a user scrolls to the bottom of the image on a tab, when they go to the next tab, they are also at the bottom. When moving between tabs, I would like the user to always be presented with the top of the tab content. I have not been unsuccessful in doing this. Would someone have input on how to make this happen? Thank you in advance for any and all feedback.

Comments

Vitaliy Serdtsev · May 28, 2018

Try so:

<tabGroup ... onshowTab="zenThis.refreshContents(true);">
</tabGroup>
0
Peter Kopp  Jun 1, 2018 to Vitaliy Serdtsev

Thank you for this solution. I appreciate the response.

0