IListComponent

Defines a "listComponent" component.

Declaration Syntax

public interface IListComponent

Table 1794: Members

Property

Alignment

Gets or sets alignment option of list items.

Property

MaxColumnCount

Gets or sets the maximum number of columns.

Method

AddComponent(IComponentRenderer, int)

Adds a new component to the list.

Method

ClearComponents(bool)

Removes all components.

Method

GetComponent(string)

Gets a component by its name.

Method

RemoveComponentByName(string)

Removes a component by its name.

Method

SetOffset(float, float)

Sets horizontal and vertical offset.

Method

SetWidth(float, ComponentLengthType)

Sets the with of list items.