I want to have a Listbox, that does not allow multiple selections, and has a scrollbar if it has more than three items (I will be using PHP to dynamically update the contents). I saw this question, but I want it to only be three items high, so that it does not get bigger and bigger.
How would I do this?