How would you add column headers in listview control?

Showing Answers 1 - 3 of 3 Answers

A column header is an item in a ListView control. ColumnHeader objects can be added to a ListView using the Add method of the ListView.ColumnHeaderCollection class.

To add a group of columns to a ListView, you can use the AddRange method of the
ListView.ColumnHeaderCollection class.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions