|
-
Aug 8th, 2000, 01:50 PM
#1
Thread Starter
Lively Member
How do I add column headings to a listview control? I tried this but it does not work:
ListView.ColumnHeaders.Clear
ListView.ColumnHeaders.Add , , "Title", 2000
ListView.ColumnHeaders.Add , , "Author"
ListView.ColumnHeaders.Add , , "Year", 350
ListView.ColumnHeaders.Add , , "ISBN"
What am I doing wrong???? I tried right clicking on the control and adding column headers via properties and once again no go.....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|