You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.ifA_EventInfo = 1 ; The window has been minimized. No action needed.returnGuiControl, 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) +140Return
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: