views:

6

answers:

0

When C#(.net 2.0) list view is in List mode(see the code below):

this.listView1.View = System.Windows.Forms.View.List;

the list view scroll bar that is enabled is horizontal scroll bar(when list view items can't fit into the space available).

But I want to enable vertical scroll bar, how?

related questions