Page 1 of 1

Collapsible columns ?

Posted: 08 May 2016 03:54
by CookieMonster
Is it possible to have collapsible columns. For example, the column would display the full column name, nothing more; then clicking on the column name would expand the full column ?

Re: Collapsible columns ?

Posted: 09 May 2016 21:31
by pat55
IMHO it is a good feature to have. However most software does not - because of that
I avoid making trees more than one or two deep. I hope this is the correct interpretation of your question.
:-)

Re: Collapsible columns ?

Posted: 10 May 2016 02:18
by CookieMonster
pat55 wrote:IMHO it is a good feature to have. However most software does not - because of that
I avoid making trees more than one or two deep. I hope this is the correct interpretation of your question.
:-)
When you say, one or two deep, you mean columns ? :)

Re: Collapsible columns ?

Posted: 10 May 2016 02:31
by pat55
I'm thinking sub-folders and where the entire set of subfolders will open when you click the first one in a branch.
It may help if you post an example attachment.
A picture is often the equal of a thousand words.
:-) (this web site hates attachments of any significant size - for whatever unknown reason.)

Re: Collapsible columns ?

Posted: 10 May 2016 04:13
by bdeshi
pat55 wrote:I'm thinking sub-folders and where the entire set of subfolders will open when you click the first one in a branch.
Check out minitree. But I don't think CookieMonster was talking about tree at all.
CookieMonster wrote:Is it possible to have collapsible columns. For example, the column would display the full column name, nothing more; then clicking on the column name would expand the full column ?
You're talking about accordion columns! That's not a bad idea actually, but clicks on column header sorts items, some other mechanism will have to be implemented, perhaps middleclick.

Code: Select all

 | Name | Ext | Type | Size | ...
 --> middle-click on Name header
  | Name                   | Ext | Type | Size | ...

Re: Collapsible columns ?

Posted: 10 May 2016 06:02
by CookieMonster
The column would only occupy the total width of the column name, nothing more. This allows more columns, yet keeps the name of the columns distinctive so you know what column you want to expand.