◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── Usage Notes ■ Setting the Sorted property to True (-1) displays the list in alphabetical order. See ◄Sorted property► ■ You can add or delete items in a list with the ADDITEM or REMOVEITEM method. See: ◄ADDITEM Method► ◄REMOVEITEM Method► ■ Use the List, ListCount, and ListIndex properties to access items displayed in the list box at run time. See: ◄List Property► ◄ListCount Property► ◄ListIndex Property► ■ The minimum size of a list box is 4 x 5; dimensions correspond to the Height and Width property settings. Specified settings that are less than the minimum value are set to the minimum value. See: ◄Height Property► ◄Width Property►