UE2:GUIMultiColumnListBox (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIMultiColumnListBox |
- Package:
- XInterface
- Direct subclasses:
- ServerBrowserMCListBox, GUI2K4MultiColumnListBox, PlayInfoListBox, KickVoteMultiColumnListBox, MapVoteCountMultiColumnListBox, MapVoteMultiColumnListBox, PlayerInfoMultiColumnListBox, UT2K4FilterSummaryListBox
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Parent: GUIListBoxBase Class: UT2K4UI.GUIMultiColumnListBox Date: 05-01-2003
Base class for listboxes which use multiple columns for showing data.
Updated by Ron Prestenback TODO: Update all panels that use this component to save the header column perc's (c) 2003, Epic Games, Inc. All Rights Reserved
Properties
Property group 'GUIMultiColumnListBox'
bDisplayHeader
Type: bool
Default value: True
bFullHeightStyle
Type: bool
ColumnHeadings
Modifiers: localized
HeaderColumnPerc
List
Type: GUIMultiColumnList
Modifiers: editconst
Internal variables
Header
Type: GUIMultiColumnListHeader
Modifiers: automated
Default value: GUIMultiColumnListHeader'MyHeader'
Default values
Property | Value |
---|---|
bRequiresStyle | True |
DefaultListClass | "Xinterface.GUIMultiColumnList" |
Subobjects
MyHeader
Class: XInterface.GUIMultiColumnListHeader
Empty subobject definition.
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIListBoxBase.InitComponent
Other instance functions
InitBaseList
function InitBaseList (GUIListBase LocalList)
Overrides: GUIListBoxBase.InitBaseList
InternalOnColumnSized
function InternalOnColumnSized (int Column)
InternalOnCreateComponent
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
Overrides: GUIListBoxBase.InternalOnCreateComponent
InternalOnLoadIni
function InternalOnLoadIni (GUIComponent Sender, string S)