TREEVIEW_OUTSIDE_DROP |
bool |
True if an object may be dropped under all the objects in the tree view. |
TREEVIEW_HIDE_LINES |
bool |
True if no lines should be drawn. |
TREEVIEW_CTRL_DRAG |
bool |
True if item may be duplicated by Ctrl + Drag. |
TREEVIEW_NO_MULTISELECT |
bool |
True if no multiple selection is allowed. |
TREEVIEW_HAS_HEADER |
bool |
True if the tree view may have a header line. |
TREEVIEW_RESIZE_HEADER |
bool |
True if the column width can be changed by the user. |
TREEVIEW_MOVE_COLUMN |
bool |
True if the user can move the columns. |
TREEVIEW_FIXED_LAYOUT |
bool |
True if all lines have the same height. |
TREEVIEW_NOAUTOCOLUMNS |
bool |
True if only the first line is asked for the columns width, resulting in a huge speedup. |
TREEVIEW_NO_OPEN_CTRLCLK |
bool |
True if it is not allowed to open the complete tree with Ctrl + Click. |
TREEVIEW_ALT_DRAG |
bool |
True if Alt should be used instead of Ctrl for drag and drop; implies item may be duplicated by Alt + Drag. |
TREEVIEW_NO_BACK_DELETE |
bool |
Disable “delete pressed” messages if backspace was hit. |
TREEVIEW_NO_DELETE |
bool |
Disable Delete Message Callback completely for backspace and delete. |
TREEVIEW_ALTERNATE_BG |
bool |
Alternate background per line. |
TREEVIEW_CURSORKEYS |
bool |
True if cursor keys should be processed. Note: The focus item has to be set to None if it is deleted and this flag is set. |
TREEVIEW_NOENTERRENAME |
bool |
Suppresses the rename popup when the user presses enter. |
TREEVIEW_NO_VERTICALSCROLL |
bool |
True to disable vertical scrolling and show the full list. |
TREEVIEW_ADDROW |
bool |
Show an add new column row at the bottom of the list. |
TREEVIEW_RESIZABLE |
bool |
The treeview is resizable from the bottom edge. |