Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a list view control in my windows form. I added columns manually and also programatically but my column headings are not visible. Do i need change any property?
Posted
Updated 27-Mar-13 23:45pm
v2
Comments
Kenneth Haugland 28-Mar-13 5:39am    
Set the Header property? is this WPF?
Member 9762654 28-Mar-13 5:44am    
no just windows form
Member 9762654 28-Mar-13 5:46am    
you mean headerstyle?
Kenneth Haugland 28-Mar-13 5:48am    
I was thinking WPF, I dont really know WinForms that much.
Jegan Thiyagesan 28-Mar-13 5:55am    
Is the View property set to "Details"?
And the HeaderStyle property set to either "Clickable" or NonClickable" ?

1 solution

You may set the ListView.View property to <code>View.Details.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900