Panel:SetWrap
Example
Creates two labels in a panel and sets the text wrapping to false and true respectively.
Output:
Sets whether text wrapping should be enabled or disabled on Label and DLabel panels.
Use DLabel:SetAutoStretchVertical to automatically correct vertical size; Panel:SizeToContents will not set the correct height.
Creates two labels in a panel and sets the text wrapping to false and true respectively.