Some FFLAGS folder options
Feb 14, 2021 14:04:51 GMT -8
Post by anixx on Feb 14, 2021 14:04:51 GMT -8
I took this from another source, so have no idea whether all options work and how they work. The flags can be combined.
09000011 (detail godmode) - no idea
43000001 (default)
00000000 Windows 7 and later. No special view options
00000001 Automatically arrange the elements in the view. This implies LVS_AUTOARRANGE if the list-view control is used to implement the view.
00000002 Not supported. FWF_ABBREVIATEDNAMES
00000004 Not supported. FWF_SNAPTOGRID
00000008 Not supported. FWF_OWNERDATA
00000020 Desktop mode. Make the folder behave like the desktop. Puts icon labels below icons with all icon sizes (second way to do this).
00000040 Do not allow more than a single item to be selected. This is used in the common dialog boxes.
00000080 Do not show subfolders.
00000100 Draw transparently. This is used only for the desktop.
00000200 Not supported. FWF_NOCLIENTEDGE
00000400 Do not add scroll bars.
00000800 The view should be left-aligned.
00001000 The view should not display icons.
00002000 This flag is deprecated as of Windows XP and has no effect. Always show the selection.
00004000 Not supported. FWF_NOVISIBLE
00008000 Not supported. FWF_SINGLECLICKACTIVATE
00010000 The view should not be shown as a web view.
00020000 The view should not display file names.
00040000 Turns on the check selection mode for the view.
00080000 Windows Vista and later. Do not re-enumerate the view (or drop the current contents of the view) when the view is refreshed.
00100000 Windows Vista and later. Do not allow grouping in the view
00200000 Windows Vista and later. Full row select. When an item is selected, the item and all its sub-items are highlighted.
00400000 Windows Vista and later. Do not display filters in the view.
00800000 Windows Vista and later. Do not display a column header in the view in any view mode.
01000000 Windows Vista and later. Only show the column header in details view mode.
02000000 Windows Vista and later. When the view is in "tile view mode" the layout of a single item should be extended to the width of the view.
04000000 Not supported. FWF_TRICHECKSELECT
08000000 Windows Vista and later. Items can be selected using checkboxes. FWF_AUTOCHECKSELECT
10000000 Windows Vista and later. The view should not save view state in the browser.
20000000 Windows Vista and later. The view should list the number of items displayed in each group. To be used with IFolderView2::SetGroupSubsetCount.
40000000 Windows Vista and later. Use the search folder for stacking and searching.
80000000 Windows Vista and later. Ensure right-to-left reading layout in a right-to-left system. Without this flag, the view displays strings from left-to-right both on systems set to left-to-right and right-to-left reading layout, which ensures that file names display correctly.`
09000011 (detail godmode) - no idea
43000001 (default)
00000000 Windows 7 and later. No special view options
00000001 Automatically arrange the elements in the view. This implies LVS_AUTOARRANGE if the list-view control is used to implement the view.
00000002 Not supported. FWF_ABBREVIATEDNAMES
00000004 Not supported. FWF_SNAPTOGRID
00000008 Not supported. FWF_OWNERDATA
00000020 Desktop mode. Make the folder behave like the desktop. Puts icon labels below icons with all icon sizes (second way to do this).
00000040 Do not allow more than a single item to be selected. This is used in the common dialog boxes.
00000080 Do not show subfolders.
00000100 Draw transparently. This is used only for the desktop.
00000200 Not supported. FWF_NOCLIENTEDGE
00000400 Do not add scroll bars.
00000800 The view should be left-aligned.
00001000 The view should not display icons.
00002000 This flag is deprecated as of Windows XP and has no effect. Always show the selection.
00004000 Not supported. FWF_NOVISIBLE
00008000 Not supported. FWF_SINGLECLICKACTIVATE
00010000 The view should not be shown as a web view.
00020000 The view should not display file names.
00040000 Turns on the check selection mode for the view.
00080000 Windows Vista and later. Do not re-enumerate the view (or drop the current contents of the view) when the view is refreshed.
00100000 Windows Vista and later. Do not allow grouping in the view
00200000 Windows Vista and later. Full row select. When an item is selected, the item and all its sub-items are highlighted.
00400000 Windows Vista and later. Do not display filters in the view.
00800000 Windows Vista and later. Do not display a column header in the view in any view mode.
01000000 Windows Vista and later. Only show the column header in details view mode.
02000000 Windows Vista and later. When the view is in "tile view mode" the layout of a single item should be extended to the width of the view.
04000000 Not supported. FWF_TRICHECKSELECT
08000000 Windows Vista and later. Items can be selected using checkboxes. FWF_AUTOCHECKSELECT
10000000 Windows Vista and later. The view should not save view state in the browser.
20000000 Windows Vista and later. The view should list the number of items displayed in each group. To be used with IFolderView2::SetGroupSubsetCount.
40000000 Windows Vista and later. Use the search folder for stacking and searching.
80000000 Windows Vista and later. Ensure right-to-left reading layout in a right-to-left system. Without this flag, the view displays strings from left-to-right both on systems set to left-to-right and right-to-left reading layout, which ensures that file names display correctly.`