Odd, as it worked when I was testing it. Try replacing your GuiScrollCtrl with this:
PHP Code:
new GuiScrollCtrl("Test_ListScroll") {
profile = GuiBlueScrollProfile;
x = 10;
y = 10;
width = 160;
height = 80;
hScrollBar = "dynamic";
vScrollBar = "dynamic";
}
Any luck?