Panel:ChildrenSize
Example
Creates a recursively generated box of panels where the size of each panel is determined by the parent panel's children size + 10x10 pixels.
Also they flash bluish colors, just for good measure.
Output:
Returns the width and height of the space between the position of the panel (upper-left corner) and the max bound of the children panels (farthest reaching lower-right corner).
Creates a recursively generated box of panels where the size of each panel is determined by the parent panel's children size + 10x10 pixels.
Also they flash bluish colors, just for good measure.