I have Listview on WinForm
I need to have two columns but without headers, How do i do that?
I have Listview on WinForm
I need to have two columns but without headers, How do i do that?
I think ListView.HeaderStyle = ColumnHeaderStyle.None should do the trick.