GroupBox Controls?

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
stretch65
Posts: 21
Joined: 16 Jun 2015, 23:49

GroupBox Controls?

Post by stretch65 » 21 Dec 2020, 04:31

How does one add gui controls to a GroupBox control?

swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: GroupBox Controls?

Post by swagfag » 21 Dec 2020, 07:25

u dont. u add the controls to a Gui object. if ure asking how to sensibly position controls "belonging" inside a GroupBox inside the GroupBox, u can use the Section and its related xs, ys positional GuiControl option specifiers

or u can use math and calculate some coordinates urself then set the controls' coordinates using their .Move() method

Post Reply

Return to “Ask for Help (v2)”