Get each items in a container and change item attribute
Hi,
I have some flexbuttons in a container.
I'd like to change let's say the border size of all flexbuttons inside that container when one flexbutton is pressed.
Is there a way to do it with some kind of foreach loop ? like: for each item in the container, if the item is a flexbutton, item.changeBorderSize(10);
thanks!
