System.Windows.Forms.ListView.BorderStyle Property

Gets or sets the border style of the control.

Syntax

[System.Runtime.InteropServices.DispId(-504)]
[System.ComponentModel.DefaultValue(System.Windows.Forms.BorderStyle.Fixed3D)]
public BorderStyle BorderStyle { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use the ListView.BorderStyle property to change the border style of the System.Windows.Forms.ListView control to match the border style settings of other controls on the form. For example, if none of the other controls on your form displays a border, you can set the ListView.BorderStyle property of the System.Windows.Forms.ListView control to BorderStyle.None to match the other controls.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0