ListView Question

  • Thread starter Thread starter Tom Bean
  • Start date Start date
T

Tom Bean

I have a form that uses a ListView control to display a list with
checkboxes. Today, the list in the control grew to exceed the number of
items the control could display without scrolling, so a horizontal scroll
bar was added automatically. Since the ListView only contains a list of
names with a checkbox, I expected the control to scroll vertically.

What determines whether a ListView uses a horizontal or vertical scroll bar?
Is there some setting I can change to force a vertical scroll bar to be
used?

Thanks,
Tom
 
Back
Top