Reputation: 1953
I have Listview on WinForm
I need to have two columns but without headers, How do i do that?
Upvotes: 4
Views: 1762
Reputation: 11890
I think ListView.HeaderStyle = ColumnHeaderStyle.None should do the trick.
Upvotes: 7