Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature-request] Auto-column sizing and custom column positions #75

Open
rieje opened this issue Apr 28, 2017 · 3 comments
Open

[feature-request] Auto-column sizing and custom column positions #75

rieje opened this issue Apr 28, 2017 · 3 comments

Comments

@rieje
Copy link

rieje commented Apr 28, 2017

Originally, I thought the columns-resizing felt clunky and was going to submit a general issue about it, but after some brief testing it seems that the "Date Modified" column not snapping to the edge of the window is the issue. For example, If you expand any column large enough enough, that column can leave completely from view. This makes it very difficult to resize all your columns to the desired sizes.

Also, the column sizes should somehow be adjusted dynamically depending on the size of the window (especially important for tiling window manager users, where the windows can often be different sizes) so that there are still decent sizes for the columns--it seems to only use your defined column sizes in all circumstances, so column sizes are messed up if you set them in fullscreen mode and then launch it in floating window mode or vice versa.

Lastly, ideally, the columns can be moved re-organized to different positions.

@rieje rieje changed the title Date Modified" "Date Modified" column should snap to edge of window Apr 28, 2017
@cboxdoerfer
Copy link
Owner

I agree and I too don't like the current column behavior at all. Unfortunately some of the issues are caused by the GtkTreeView widget and GtkTreeViewColumn and I'm not sure if I can fix those. But I'll give it a try.

Lastly, ideally, the columns can be moved re-organized to different positions.

That's already on my very long todo list, but it should be easy to implement and will happen at some point.

@cboxdoerfer cboxdoerfer self-assigned this Apr 28, 2017
@cboxdoerfer cboxdoerfer removed their assignment Apr 28, 2017
@smjure
Copy link

smjure commented Dec 3, 2020

This problem seems to be still present. Here is a pic from the latest release, where the denoted area with red is "Date Modified".

image

Would be nice if this is possible to fix.

@smjure
Copy link

smjure commented Dec 5, 2020

Perhaps temporary solution would be to put the "Type" column as the last one as it's much less important (I believe to most of users) than the "Date Modified". Thanks :)

@cboxdoerfer cboxdoerfer changed the title "Date Modified" column should snap to edge of window [feature-request] Auto-column sizing and custom column positions Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants