I got scrollbar but don't know which object is it's owner
I got many objects on stage (containers, components, etc) and one of them creates scrollbar, but I don't know which one. I've set horizontalScrollPolicy="off" verticalScrollPolicy="off" on most of them but the scrollbar still appears.
It will take me long time to check each component separetly, because they are all connected and removing one of them will force me to change a lot of code.
Is there any simple way to check out which object is parent or owner of this scrollbar?