Scrollable Gui/Need help

Ask gaming related questions (AHK v1.1 and older)
LuckyS1337
Posts: 55
Joined: 20 Mar 2023, 12:59

Scrollable Gui/Need help

Post by LuckyS1337 » 20 Feb 2024, 13:59

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
Attachments
example.png
example.png (31.35 KiB) Viewed 201 times
User avatar
andymbody
Posts: 996
Joined: 02 Jul 2017, 23:47

Re: Scrollable Gui/Need help

Post by andymbody » 20 Feb 2024, 18:31

What will be in the scrollable part, and what will be in the non-scrollabe part?
Rohwedder
Posts: 7774
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Scrollable Gui/Need help

Post by Rohwedder » 21 Feb 2024, 02:01

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
LuckyS1337
Posts: 55
Joined: 20 Mar 2023, 12:59

Re: Scrollable Gui/Need help

Post by LuckyS1337 » 21 Feb 2024, 02:51

@andymbody scrollable part- functions with edits etc, non scrollable - menu
LuckyS1337
Posts: 55
Joined: 20 Mar 2023, 12:59

Re: Scrollable Gui/Need help

Post by LuckyS1337 » 21 Feb 2024, 02:52

@Rohwedder thanks !
Post Reply

Return to “Gaming Help (v1)”