Unity Issue Tracker - Scrollbar does not appear in ScrollView when flex-grow of TextField is set to 1
Closed
UUM-11730
Scrollbar does not appear in ScrollView when flex-grow of TextField is set to 1
Unity: Text (TextCore)
Won't Fix
2023.1.X
2022.2.X
2022.1.X
2021.3.X
2020.3.X
As of 2022.1, we have built-in support for TextField with a scrollview . Please see this thread for more info https://forum.unity.com/threads/important-message-related-to-the-textfield-refactor-for-2022-1.1200559/
How to reproduce:
1. Open the attached project "My project.zip"
2. Enter Play Mode
3. Copy the entire text from the TextField in the Game view
4. Paste the text in the TextField until some of the text is not visible
Expected results: The Scrollbar appears on the right side of the ScrollView
Actual results: The Scrollbar does not appear