Jump to content

How to make a GUI Window Scroll Vertically


sconley
 Share

Recommended Posts

I'm just starting to use the GUI features in AutoIt3, so this question may have an obvious answer that I don't see.

I've created a GUI Window using the $WS_VSCROLL style Bitor'd with $GUI_SS_DEFAULT_GUI.

I get a vertical scroll bar, but it won't scroll.

I have controls that are below the bottom border of the GUI that I can't get to.

What am I missing?

Link to comment
Share on other sites

See http://www.autoitscript.com/forum/index.ph...wtopic=8923&hl=

But it seems it should be possible with the Win32 GetScrollInfo function

http://weblogs.asp.net/oldnewthing/archive.../10/129068.aspx

<{POST_SNAPBACK}>

As I understand Window API, it is not possible the control has to be designed for scrolling.

Edit controls are.

But the GuiCreate is not creating a control as such. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...