How would you add column headers in listview control?
Answer Posted / vidyadhar
You can add columns in Listview by using Columns. Add() method. This method takes two arguments, first one is the Column heading and second one the column width. In the above code, "ProductName" is column heading and 100 is column width.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many objects resides in ADO ?
Explain the types of Views in Listview Control?
What is the use of command Object?What are the various types of variables?
How many ways you can access file using VB?
Where can I get good up-to-date information about VB?
How can you save and Get data from Clipboard/ Recordset object consists what?
What is OLEDB?
How do I make my applications screen-resolution independent?
___ is the control used to call a windows application.
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
Timer control contains ________ no. of events.
___,___ and __ are difference between image and picture controls.
What type of databases you can access through ADO Data Access Object?
In which areas the Error occurs?
What do you mean by provider?