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.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
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