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
Explain the differences between ActiveX Dll and ActiveX Exe?
How do I access C style strings?
What is the use of OLE?
Is visual basic c#?
What is executenonquery in vb net?
How would you convert a form into document?
How do I tell when an application executed using the SHELL command is finished?
What is the use of Hyperlink control for DHTML applications?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
How can I call a 'hidden' DOS program from VB?
How to load and unload child forms.
Is it possible to set a shortcut key for label?
State about the different types of visual basic data?
What is script control?
what are the Default cursor Type and LockEdit type in DAO?