The ListView_GetView() function retrieves the current view mode for the specified list view field.
ListView_GetView(list_view_field)
• list_view_field – The list view field for which the view mode is being returned.
An integer corresponding to one of the following constants:
Constant |
Description |
---|---|
LV_SMICON_VIEW |
Small icon view |
LV_LGICON_VIEW |
Large icon view |
LV_LIST_VIEW |
List view |
LV_REPORT_VIEW |
Report view |