views:

45

answers:

1

Is there a way to set the columns to be on the left of side of a listview instead of on the top? Thanks.

+3  A: 

(Assuming Winforms)

No, I don't think so. But you can use a DatagridView to get that effect.

Henk Holterman