These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Folder names - can they be wrapped?

The column with the root folders in is not wide enough to show the full folder name. I don't want to increase the width. Can the file name be wrapped?
Suzan Allen 8/12/2010 2:43 AM
Yes, this can be possible. Edit FileVistaControl\scripts\library\tree.js and search this string:

cell4.noWrap = true;

change this string as below (prepend //):

//cell4.noWrap = true;

Press CTRL+F5 (force refresh) when viewing the control to see the result.
Cem Alacayir 8/31/2010 7:00 AM