GUILayoutStringTablekeepMaxSize Property |
Namespace: KSPDev.GUIUtils
public bool keepMaxSize { get; set; }
If set to true, then the new frame will use the previous frame's data to determine the minimum column sizes. Thus, the table could grow, but it never shrinks (unless ResetMaxSizes is called). With this setting set to false, the table size will be recalculated from the scratch on every frame.
This property can be modified at any time, but it will have effect on the next frame only.