Gaddigesh
Gaddigesh

Reputation: 1953

c#Listview:How to create Columns without header

I have Listview on WinForm

I need to have two columns but without headers, How do i do that?

Upvotes: 4

Views: 1762

Answers (1)

bernhardrusch
bernhardrusch

Reputation: 11890

I think ListView.HeaderStyle = ColumnHeaderStyle.None should do the trick.

Upvotes: 7

Related Questions