|
|
If the list view has LVS_CHECKBOX style, this style tell the list view to auto-switch the check box between checked or un-checked when the user click the check mark box of an item.
Definition at line 330 of file listview.h. |
|
|
If the list view has LVS_AUTOCHECKBOX style, this style tell the list view use LVS_CHECKBOX and LVS_AUTOCHECK style.
Definition at line 336 of file listview.h. |
|
|
Displays a check box in an item.
Definition at line 322 of file listview.h. |
|
|
Causes the listview to allow the user to select multiple items.
Definition at line 316 of file listview.h. |
|
|
Sorts strings automatically. Causes the listview to sort strings automatically. Definition at line 310 of file listview.h. |
|
|
Uses listview in a treeview style.
Definition at line 342 of file listview.h. |
|
|
Notifies the parent window when mouse is up (default is down). Causes the listview to notify the listview parent window with a notification message when the user make actions, such as clicks, doubleclicks, ...,etc. Definition at line 301 of file listview.h. |
1.4.2