| Name | Description |
|---|---|
| AddComponent(IComponentRenderer, Int32) | Adds a new component to the list. |
| ClearComponents(Boolean) | Removes all components. |
| GetComponent(String) | Gets a component by its name. |
| InitDataFromJson(String) | Initializes data associated to the component from a json string. |
| Refresh() | Refreshs the component. |
| RemoveComponentByName(String) | Removes a component by its name. |
| SetOffset(Single, Single) | Sets horizontal and vertical offset. |
| SetWidth(Single, ComponentLengthType) | Sets the with of list items. |
| Name | Description |
|---|---|
| Alignment | Gets or sets alignment option of list items. |
| Container | Gets the container. |
| MaxColumnCount | Gets or sets the maximum number of columns. |