| KiXforms Class Library |
View Property |
Gets or sets how items are displayed in the control.
object.View [ = Long ]
object.View = "String"
One of the following values:
| Long | String | Description |
|---|---|---|
| 0 | LargeIcon | Each item appears as a full-sized icon with a label below it. |
| 1 | Details | Each item appears on a separate line with further information about each item arranged in columns. The left most column contains a small icon and label, and subsequent columns contain sub items as specified by the application. A column displays a header which can display a caption for the column. The user can resize each column at runtime. |
| 2 | SmallIcon | Each item appears as a small icon with a label to its right. |
| 3 | List | Each item appears as a small icon with a label to its right. Items are arranged in columns with no column headers. |
Applies To: ListView
| The CHM file was converted to HTML by chm2web software. |