Click or drag to resize

GUILayoutStringTable Constructor

Creates a table of the specified column width.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public GUILayoutStringTable(
	int columns
)
Request Example View Source

Parameters

columns
Type: SystemInt32
The number of columns to track.
Remarks
It's OK to render more columns than reserved. They won't resized, but it's not an error.
See Also