Garry's Mod Wiki

Revision Difference

Panel:SizeToContentsY#510818

<function name="SizeToContentsY" parent="Panel" type="classfunc">⤶ <description>⤶ Resizes the panel object's height to accommodate all child objects/contents.⤶ ⤶ Only works on <page>Label</page> derived panels such as <page>DLabel</page> by default, and on any panel that manually implemented <page>Panel:GetContentSize</page> method.⤶ ⤶ <note>You must call this function **AFTER** setting text/font or adjusting child panels.</note>⤶ </description>⤶ <realm>Client</realm>⤶ <args>⤶ <arg name="addVal" type="number" default="0">The number of extra pixels to add to the height.</arg>⤶ </args>⤶ </function>⤶ ⤶