Hello, is it possible to create such a GUI in AHK? A bottom bar that is "frozen," with the rest above it scrollable downwards? I want to create a GUI that has many functions but doesn't take up much space.
here example down below
Scrollable Gui/Need help
-
- Posts: 55
- Joined: 20 Mar 2023, 12:59
Scrollable Gui/Need help
- Attachments
-
- example.png (31.35 KiB) Viewed 252 times
Re: Scrollable Gui/Need help
What will be in the scrollable part, and what will be in the non-scrollabe part?
Re: Scrollable Gui/Need help
Hallo,
(untested) use Class_ScrollGUI
Function: Creates a scrollable GUI as a parent for GUI windows.
https://github.com/AHK-just-me/Class_ScrollGUI/blob/master/Sources/Class_ScrollGUI.ahk
(untested) use Class_ScrollGUI
Function: Creates a scrollable GUI as a parent for GUI windows.
https://github.com/AHK-just-me/Class_ScrollGUI/blob/master/Sources/Class_ScrollGUI.ahk
-
- Posts: 55
- Joined: 20 Mar 2023, 12:59
Re: Scrollable Gui/Need help
@andymbody scrollable part- functions with edits etc, non scrollable - menu
-
- Posts: 55
- Joined: 20 Mar 2023, 12:59
Re: Scrollable Gui/Need help
@Rohwedder thanks !