Click or drag to resize

GUILayoutStringTableUpdateFrame Method

Updates the table state each frame to remember the best column size values.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public void UpdateFrame()
Request Example View Source
Remarks
This method is only interested in the EventType.Layout phase, so no need to call it on each GUI event when there is a cheap way to detect it.
See Also