TListViewStyle Enumeration

Represents type TListViewStyle.

Namespace: System.UI.ListView
type
 TListViewStyle = (vsIcon, vsSmallIcon, vsList, vsReport);

The TListViewStyle type exposes the following members.

Show:
 NameDescription
vsIcon

Represents constant vsIcon.

vsList

Represents constant vsList.

vsReport

Represents constant vsReport.

vsSmallIcon

Represents constant vsSmallIcon.

Top