after testing around I found out that currently the List-Box Element doesnt use the style, that it gets provided.
Code: Select all
verticalflow.add{ type = "list-box", items = self.dropdowntable[1], style = "richlistbox" }
Code: Select all
s["richlistbox"] =
{
type = "list_box_style",
parent = "list_box",
item_style =
{
type = "button_style",
parent = "list_box_item",
horizontal_align = "right"
}
}
Luzifer