|
-
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.....
-
Aug 8th, 2000, 01:57 PM
#2
Lively Member
What type of view is it in? Column headers only appear if you set the view to "3 - lvwReport".
Cthulhu Dragon
-
Aug 8th, 2000, 03:54 PM
#3
Lively Member
Code:
ListView1.View = lvwReport
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
|