I’m loading options in a Dropdown object dynamically. I first load it with one option in the Start() method, but then run a coroutine that takes 5-10 seconds to process a large set of information (1500+ records) to create a new set of options (Usually ends up being around 20-30 new options).
When the coroutine finishes running and assigns the new option list to the Dropdown’s options, the scrollbar handle when the dropdown is expanded shows up off of the scrollbar.
spiffyfelineakitainu
Does anyone know what might cause this?
The dropdown exists in the following hierarchy (GameObject objects are Empty GameObjects):
Content has a Vertical Layout Group and Content Size Fitter on it with the following configuration
Dropdown Component:
ScrollRect of the Template in the Dropdown object:
Scrollbar under Template: