Panel:GetContentSize
Example
Demonstrates how to implement this function in your own panel.
Gets the size of the content/children within a panel object.
Only works with Label derived panels by default such as DLabel.
Will also work on any panel that manually implements this method.
Demonstrates how to implement this function in your own panel.