Create new AMS project. Place this code on page event "On Show":

Code:
-- new combo properties
tNEWCOMBO = {};
tNEWCOMBO.ComboStyle = DROPDOWN_LIST;
tNEWCOMBO.Sort = false;
tNEWCOMBO.LinesToDisplay = 7;
tNEWCOMBO.FontName = "Segoe UI";
...