Page 1 of 1

toolbar icon for views

Posted: 21.12.2016, 23:00
by bblackmoor
Is there a toolbar button that cycles through the various views (list, details, icons), or shows them as a drop-down list? I have found a toolbar button called "Toggle Views" that says it "switches between views", but it just alternates between list and details.

Re: toolbar icon for views

Posted: 22.12.2016, 02:24
by Dreamer
You can use the ini option, close FC, open the file FreeCommander.ini (location is in menu>help>about dialog) in any text editor (notepad for example) and add this option below the [Form] field - then save the file:

Code: Select all

ToggleViews=2,3,5
These numbers are for list/details/thumbnails view, you can use numbers 1,2,3,4,5 - perhaps more, I'm not sure now, you can test and then just remove numbers you don't need. I couldn't find more info.

You can use the hotkey F9 to toggle between views quickly, it works the same as toolbar button.

Re: toolbar icon for views

Posted: 22.12.2016, 06:31
by bblackmoor
Outstanding. Thank you.

Re: toolbar icon for views

Posted: 22.05.2019, 13:15
by stephen147
Thanks,

Code: Select all

ToggleViews=2,5
Are details & thumbnail view.

More than 5 does not work in my testing.