i have a listbox:
and i am
Did you explicitly declared height
using CSS?
#lstProblems{height:200px !important; display:inline-block;}
With asp.net and IE8, I had a similar problem. The browser displayed the listbox with the wrong height. The problem went away when I added a Font-Size property to the ListBox control. I set it at 1em.
<asp:ListBox ... Font-Size="1em" ...