Jump to content

Search the Community

Showing results for tags 'scrollbars'.

  • Search By Tags

    • scrollbars ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. I check this snippet: https://www.autoitscript.com/wiki/Snippets_(_GUI_)#GUI_With_Scrollable_TabItem Modified them and I refactored. That's because I needed to adapt it to my needs (I'll write later). I thought I understood how it works. But I was wrong. This is my example...
  2. I'm trying to implement a scrolling list of controls. I have it sort of working using the GUIScrollBars_Ex UDF by @Melba23 found here. I also want to be able to tab through the controls, which I have accomplished by adding $WS_EX_CONTROLPARENT to the child GUI. The problem is that with that style ap...
  3. I have a GUI with a parent window that has a menu and shortcut buttons at the top, and a child window which displays a list which is scrolled vertically. When the list is relatively small, like no more than 100 or so lines then it scrolls fine. As the list gets larger, scrolling begins to slow...
  4. Any idea how to create this GUI example without using a child GUI? #include <constants.au3> #include <guirebar.au3> #include <guiscrollbars.au3> #include <guitoolbar.au3> #include <screencapture.au3> #include <scrollbarconstants.au3> #include <windowsconstants.au3> Global Enum $idNew = 1000, $i...
×
×
  • Create New...