Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v2) • Re: Suggestion/Question: VScroll option in GUI Method Add

$
0
0


I eventually discovered that VScroll requires the height and width to be specified in order to work.


It does not:

CODE:

#Requires AutoHotkey v2.0
MyGui := Gui()
MyEdit := MyGui.Add('Edit', 'VScroll Multi')
MyGui.Show



Ahh! You are correct! I now see that if the content of the Edit is larger than the GUI window it is in, dimensions need to be specified in order to engage the scroll, otherwise the text will stretch below the window and will be inaccessible. Thanks!

Any word on the official list of control types that VScroll works with?

Statistics: Posted by prestonage — 31 minutes ago



Viewing all articles
Browse latest Browse all 579

Trending Articles