[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

@@ -263,6 +263,7 @@ CDefViewBckgrndMenu::InvokeCommand(LPCMINVOKECOMMANDINFO lpcmi)
case FCIDM_SHVIEW_AUTOARRANGE:
case FCIDM_SHVIEW_SNAPTOGRID:
case FCIDM_SHVIEW_REFRESH:
case FCIDM_SHVIEW_ALIGNTOGRID:
if (!m_site)
return E_FAIL;