view mode is not saved when browsing folders inside my NSE
I'm developing a shell namespace extention and everything works fine
except one thing -
the view mode (details, list, etc.) is not saved when I go from one
folder to another inside my NSE.
I don't know what to do about this. Does anybody know how to preserve
view mode while browsing folders?
(should I get current view mode from the parent folder and set it
somehow when I create IShellView object ?)
In my NSE I use SHCreateShellFolderView() to return IShellView when it
is requested through IShellFolder::CreateViewObject.
My Explorer is not configured to remember each folder's view settings.
Thanks in advance.

