NateShoffner
NateShoffner

Reputation: 16839

C# - ListView columns on left side?

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

Upvotes: 0

Views: 495

Answers (1)

Henk Holterman
Henk Holterman

Reputation: 273844

(Assuming Winforms)

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

Upvotes: 3

Related Questions