adspace
How would you add column headers in listview control?
Answer Posted / Pankaj Sharma
To add column headers to a ListView control, you can use the `.Columns.Add` method. Here's an example:n```vbnetnlistView1.Columns.Add("Column 1 Header", 200)nlistView1.Columns.Add("Column 2 Header", 300)n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you attach pictures in column headers of List View Control?
How do I tell when an application executed using the SHELL command is finished?
Draw Sequence Modal of DAO and Explain?
How do I make the mouse cursor invisible/visible?
How do I force a file dialogue box to reread the currect disk?
How would you activate animation control?
Specify technical & functional architecture of your last 2 projects.
With in the form we want to check all the text box control are typed or not? How?