I have this and it shows all of the items in the listbox but there are alot of them
<label for=”Application”>Application:</label>
<%= Html.ListBox("SelectedCategories", Model.Applications)%>
is there a way to show just show 5 items and add a scrollbar (compared to increasing the height of the listbox)