Page 1 of 1

ensure response panel scrolls to the end

Posted: Wed May 19, 2021 12:31 pm
by NotVeryProfessional
I'm using a shared subtitle UI with the response panel embedded. Unfortunately, the scroll view does not scroll down when showing a response panel, so I get something like this (with the grey area being the bottom of the screen):
Bildschirmfoto 2021-05-19 um 18.29.26.png
Bildschirmfoto 2021-05-19 um 18.29.26.png (47.81 KiB) Viewed 193 times
when what I'd like is this:
Bildschirmfoto 2021-05-19 um 18.29.36.png
Bildschirmfoto 2021-05-19 um 18.29.36.png (122 KiB) Viewed 193 times
I've looked around and searched the documentation, but I don't see where I forgot to tick a box or check an option. What did I miss?

Re: ensure response panel scrolls to the end

Posted: Wed May 19, 2021 1:10 pm
by Tony Li
Hi,

Add a UI Scrollbar Enabler component to the Scroll Rect, and assign the UI elements to it. Then assign the UI Scrollbar Enabler to the response panel's Standard UI Menu Panel component > Scrollbar Enabler field.

Re: ensure response panel scrolls to the end

Posted: Wed May 19, 2021 1:43 pm
by NotVeryProfessional
brilliant, thanks!