| anonymous enum | 
| Enumerator | |
|---|---|
| LV_GETLINECOUNT | Request the number of lines of the listview.  | 
| LV_GETCOLUMNCOUNT | Request the number of columns of the listview.  | 
| LV_GETLINEHEIGHT | Ask for the height of the specific line.  | 
| LV_GETCOLUMNWIDTH | Ask for the width of the specific column in line.  | 
| LV_GETCOLUMTYPE | Ask for the type of the specific column in line.  | 
| LV_COLUMN_TEXT | Text.  | 
| LV_COLUMN_EDITTEXT | Edit text.  | 
| LV_COLUMN_BMP | Bitmap.  | 
| LV_COLUMN_CHECKBOX | Checkbox.  | 
| LV_COLUMN_BUTTON | Button.  | 
| LV_COLUMN_USERDRAW | User draw.  | 
| LV_COLUMN_COLORVIEW | Color view.  | 
| LV_GETCOLUMDATA | Ask for the data of the column in line.  | 
| LV_GETLINESELECTED | Ask if line is selected.  | 
| LV_GETCOLSPACE | Ask for space in pixels between 2 columns.  | 
| LV_GETLINESPACE | Ask for space in pixels between 2 lines.  | 
| LV_GETFIXEDLAYOUT | Ask for fixed layout.  | 
| LV_DESTROYLISTVIEW | Destroy listview and all data.  | 
| LV_INITCACHE | Internal.  | 
| LV_NOAUTOCOLUMN | Ask for fast layout: if false, eachline is asked for the width, if true, only the first line is asked for the column width; huge speedup.  | 
| LV_LMOUSEDOWN | Mouse down at line, column.  | 
| LV_ACTION | Gadget command, col,   | 
| LV_USERDRAW | User draw.  | 
| LV_REDRAW | Redraw the listview (super message).  | 
| LV_DATACHANGED | Layout data has changed.  | 
| LV_SHOWLINE | Scroll line into the visible area.  | 
| LV_DRAGRECEIVE | Drag receive.  | 
| LV_RMOUSEDOWN | Mouse down at line, column.  | 
| LV_GETSCROLLSTATE | Internal., returns the scroll offset in x/y (Int64(((xOff << 32) & 0xffffffff) | (yOff & 0xffffffff)))  | 
| LV_SETSCROLLSTATE | Internal., restores the scroll offset  | 
| LV_SIMPLE_SELECTIONCHANGED | Simple listview: selection changed.  | 
| LV_SIMPLE_CHECKBOXCHANGED | Simple listview: checkbox changed.  | 
| LV_SIMPLE_FOCUSITEM | Simple listview: set focus to item.  | 
| LV_SIMPLE_BUTTONCLICK | Simple listview: button click.  | 
| LV_SIMPLE_ITEM_ID | Item ID.  | 
| LV_SIMPLE_COL_ID | Column ID.  | 
| LV_SIMPLE_DATA | Data.  | 
| LV_SIMPLE_DOUBLECLICK | Simple listview: double-click.  | 
| LV_SIMPLE_FOCUSITEM_NC | Simple listview: focus item, but no change.  | 
| LV_SIMPLE_RMOUSE | Simple listview: right mouse click.  | 
| LV_SIMPLE_USERDRAW | Simple listview: user draw.  | 
| LV_PYTHON_CLEANUP | Cleanup of Python references.  | 
| LV_GETBUBBLEHELP | Ask for Bubble Help String.  | 
| LV_RES_INT | Result int.  | 
| LV_RES_BITMAP | Result bitmap.  | 
| LV_RES_STRING | Result string.  | 
| LV_RES_VECTOR | Result vector.  | 
| LV_RES_NIL | Result nil.  | 
| LV__ | |