Hi Guys,
I have a ScrollView control and I see that’s scrollHeight space is very big.
I am changing the scrollHeight value but nothing happening.
I assume that there is a display object on my screen and it’s Y values is very big and it’s hidden so I can’t change the space. (it can be because I am calculating the x and y values dynamically in my code)
And that’s my question: How can I find the issue?
Is there a way that how I can find the all display objects on the screen? Can I find them with a for loop?
Thanks in advance