KSPDev Client utilities
KSPDev Client utilities
KSPDev.GUIUtils
GUILayoutStringTable Class
GUILayoutStringTable Constructor
GUILayoutStringTable Properties
GUILayoutStringTable Methods
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#
Copy
public
GUILayoutStringTable
(
int
columns
,
bool
keepMaxSize
=
false
)
Request Example
View Source
Parameters
columns
Type:
System
Int32
The number of columns to track.
keepMaxSize
(Optional)
Type:
System
Boolean
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
Reference
GUILayoutStringTable Class
KSPDev.GUIUtils Namespace
GUILayoutStringTable
ResetMaxSizes
Send comments on this topic to
igor.zavoychinskiy@gmail.com