How I can add or remove content to or from Scroll View in C# script? They must be one under another.
VisualElement.Add(childElement) should do the trick
1 Like
How I can add or remove content to or from Scroll View in C# script? They must be one under another.
VisualElement.Add(childElement) should do the trick