If I try to clone a VisualTreeAsset and Add() it to a scrollview object it’s added to the container’s hierarchie but not visible.
Going to the debugger and modifying the properties seems to refresh it. Repaint alone does not.
If I try to clone a VisualTreeAsset and Add() it to a scrollview object it’s added to the container’s hierarchie but not visible.
Going to the debugger and modifying the properties seems to refresh it. Repaint alone does not.
What are your current scrollbar visibility options for both axis?
Vertical auto, Horizontal Hidden.
Somehow while doing something unrelated and tweaking the Scale Mode of the Panel Setting for that UI it just started working.
What does the UI does look like when the scrollbar is displayed? Where is the scrollview’s contentViewport located? Also are absolutely positioned elements used in the hierarchy?
Normally the contentViewport would be the one clipping visible elements. I think it’s size might not be updated when the extra element are added and I am trying to verify a few things.
Also thanks for the video, but I am personally having a hard time reading the text in the UI debugger since youtube forces a vertical aspect ratio for the shorts, even with the video full screen.