NPC Code:
new GuiTextListCtrl("MyList") {
resize(7, 42, 400, 134);
useownprofile = true;
profile.copyfrom(GuiTextListProfile);
profile.fontsize = 16;
profile.align = "center";
profile.autosizewidth = false;
fitparentwidth = false;
}
Doesn't work

.
Text always stays aligned to the left...