List View Column Headings 
Author Message
 List View Column Headings

I have a List View Control.  I set the column heading property to true.
I get a list view control with column headings but no text in the column
heading box.  How do I add text and/or and icon to the column heading
box.


Tue, 06 Aug 2002 03:00:00 GMT  
 List View Column Headings


Quote:
> I have a List View Control.  I set the column heading property to
true.
> I get a list view control with column headings but no text in the
column
> heading box.  How do I add text and/or and icon to the column heading
> box.

Put some code in the Form_Load to set the text...
listview1.ColumnHeaders(1).Text="xyz"

--
Please reply via the newsgroup only

Sent via Deja.com http://www.deja.com/
Before you buy.



Wed, 07 Aug 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Display Bitmaps in Sub Items and column Headers of List View During Report View

2. List View Column - - Possible items in a Single Column

3. Column headings in multi-column combo box

4. Formatting Column in List View

5. List View Columns

6. Sorting the content of list view on clicking column headers

7. Icons in List View Columns

8. List View Column Headers

9. List View Column Sizes

10. Column width of List view

11. List View Column Sorting

12. List View Columns

 

 
Powered by phpBB® Forum Software