Collapsible columns ?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
CookieMonster

Collapsible columns ?

Post 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 ?

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: Collapsible columns ?

Post 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.
:-)

CookieMonster

Re: Collapsible columns ?

Post 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 ? :)

pat55
Posts: 287
Joined: 15 Mar 2016 22:27

Re: Collapsible columns ?

Post 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.)

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Collapsible columns ?

Post 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 | ...
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

CookieMonster

Re: Collapsible columns ?

Post 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.

Post Reply