Panel.InvalidateLayout
From GMod Wiki
Function | |
Syntax | Panel:InvalidateLayout( Boolean layoutNow, Boolean applyschemesettings ) |
Description: | |
Forces the panel to layout itself. | |
Returns: | nil |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Panel.InvalidateLayout]Panel.InvalidateLayout [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- If "layoutNow" is true, the PerformLayout hook will be called immediately.
- If "applyschemesettings" is true, the ApplySchemeSettings hook will be called as well.
See Also
- N/A