ColumnHeader Collection Editor

Enables you to view and change the list of columns for a Windows Forms ListView control. The ColumnHeader Collection Editor appears when you are using the Properties window and you click the ellipsis (…) button next to the Columns property of the control.

Note

The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Working with Settings.

  • Members
    Lists the currently defined columns for the collection. Next to each item is a number indicating its location within the collection. To edit a specific column, select it in this list and use the Properties grid on the right to make changes.

  • Properties
    Displays the properties you can edit for the currently selected column. You can bind properties to application settings property bindings by clicking on the ellipsis button next to (PropertyBindings) under (ApplicationSettings).

  • Add
    Enables you to add a new column to the collection.

  • Remove
    Deletes the currently selected column from the collection.

    Warning

    You cannot undo this action.

See Also

Reference

ListView Control Overview (Windows Forms)