Views and Styles
List view controls can display their contents in four different views. The current view is specified by the control's window style. Additional window styles specify the alignment of items and control-specific functionality of the list view control. Information about the four views follows.View
| Description
|
Icon view
| Specified by the LVS_ICON window style.
Each item appears as a full-sized icon with a label below it. The user can drag the items to any location in the list view window. |
Small icon view
| Specified by the LVS_SMALLICON window style.
Each item appears as a small icon with the label to the right of it. The user can drag the items to any location. |
List view
| Specified by the LVS_LIST window style.
Each item appears as a small icon with a label to the right of it. Items are arranged in columns and cannot be dragged to any arbitrary location by the user. |
Report view
| Specified by the LVS_REPORT window style.
Each item appears on its own line with information arranged in columns. The leftmost column contains the small icon and label, and subsequent columns contain subitems as specified by the application. Unless the LVS_NOCOLUMNHEADER window style is also specified, each column has a header. |
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers - More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples - Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database