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):
when what I'd like is this:
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?
ensure response panel scrolls to the end
-
- Posts: 150
- Joined: Mon Nov 23, 2020 6:35 am
Re: ensure response panel scrolls to the end
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.
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.
-
- Posts: 150
- Joined: Mon Nov 23, 2020 6:35 am
Re: ensure response panel scrolls to the end
brilliant, thanks!