Click or drag to resize

GUILayoutStringTable Constructor

Creates a table of the specified column width.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public GUILayoutStringTable(
	int columns,
	bool keepMaxSize = false
)
Request Example View Source

Parameters

columns
Type: SystemInt32
The number of columns to track.
keepMaxSize (Optional)
Type: SystemBoolean
Tells if the maximum sizes should be persisted. See keepMaxSize property for more details.
Remarks
It's OK to render more columns than reserved. They won't resized, but it's not an error.
See Also