[SHELL32] Modify context menu to include Align To Grid, and remove Line Up Icons

Implement support for using Align To Grid, which itself simply sets the LVS_EX_SNAPTOGRID extended style of the list view control
This commit is contained in:
Charles Ambrye 2020-04-19 19:49:38 -07:00 committed by Giannis Adamopoulos
parent 733a32dade
commit c82ba3485e
38 changed files with 97 additions and 71 deletions

View file

@ -526,6 +526,7 @@ typedef struct
/* 0x7030-0x703f are used by the shellbrowser */
#define FCIDM_SHVIEW_AUTOARRANGE 0x7031
#define FCIDM_SHVIEW_SNAPTOGRID 0x7032
#define FCIDM_SHVIEW_ALIGNTOGRID 0x7033
#define FCIDM_SHVIEW_HELP 0x7041
#define FCIDM_SHVIEW_RENAME 0x7050