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

About ahk_explorer #9

Open
Arsenicus opened this issue Jan 6, 2023 · 0 comments
Open

About ahk_explorer #9

Arsenicus opened this issue Jan 6, 2023 · 0 comments

Comments

@Arsenicus
Copy link

This program has a potential, though a lot of things would need to be improved like easy way to add to Favorite tab (and fix to path), resizing, perhaps a tree view, altering max rows simple way (not through file) , better sorting e.g. by folder.

A quick solution I did for myself because rows didn't display well on small screen:

MainGuiSize:  ; Expand or shrink the TreeView in response to the user's resizing of the window.
if A_EventInfo = 1  ; The window has been minimized.  No action needed.
    return

GuiControl, Move, vlistView1 , %  "W" . (A_GuiWidth-139) // 2  " H" . (A_GuiHeight - 263) . " x+140 "
GuiControl, Move, vlistView2  , %  "W" . (A_GuiWidth-139) // 2 " H" . (A_GuiHeight - 263) . " x+" . ((A_GuiWidth - 139) // 2) +140

Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant