Does Container Widget Code Affect The Children Widgets?

hello everyone, my question is pretty simple so ill go into a example to explain say i have a Scroll View Container Called “FriendList” and it has the children Sprite widgets “Friend1”,“Friend2” and “Friend3”.

if i used the code “FriendList->setVisible( true );” would it makes the children widgets also affected/visible?

thank you for reading and your help in advance. :slight_smile:

yes, if the children are visible too. but you whould simply test it yourself and see what happens!

1 Like