Code: Select all
itemMultiColumnList = new CEGUI::ListboxTextItem("WALK", 2);
itemMultiColumnList->setSelectionBrushImage("WindowsLook", "Background");
itemMultiColumnList->setTextColours(CEGUI::colour( 0.0f, 0.0f, 0.0f ));
mListBox->addItem(itemMultiColumnList);
and i created whole bunch of them but i can only put it into the first column. Is there a way to put WALK in the first column and the key "M" on the second column?