Unity-Technologies / ui-toolkit-manual-code-examples

Unity UI Toolkit documentation code examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display

bmarant opened this issue · comments

On the tabs we do the .unselectedContent with display: none, but we never reactivate the display when switching, I went ahead and added a content.style.display = DisplayStyle.Flex on it to show the content on the SelectedTab.