Try this example inside the scroll - does it work?
PHP Code:
new GuiTextListCtrl("Test_List") {
profile = GuiBlueTextListProfile;
x = y = 0;
width = 140;
fitparentwidth = true;
clearrows();
addrow(0,"TextList");
addrow(1,"Second line");
setSelectedRow(1);
}