Remember scrolling positions for each tab
When a vertical scrollbar is shown in the file list or directory tree, and switching between tabs, I think it would be nice to have the scrolling positions remembered and restored when switching back to a tab.
I've also noticed that the remote directory tree flickers while it's rebuilt when switching tabs. I think that can be prevented with the
Thanks.
I've also noticed that the remote directory tree flickers while it's rebuilt when switching tabs. I think that can be prevented with the
WM_SETREDRAW
message (set it to 0 before rebuilding and to 1 after).
Thanks.